diff options
| author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-22 18:54:53 +0000 | 
|---|---|---|
| committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-22 18:54:53 +0000 | 
| commit | 7537351b14d0738d9e16bef4fad8380c3a0b0f21 (patch) | |
| tree | 9ac2a7c3d2f4bf5f10d3127592c1e7074fb75c13 /id/server/proxy | |
| parent | 61480a264a69a8c4ae2d445722fc53533f0249bd (diff) | |
| download | moa-id-spss-7537351b14d0738d9e16bef4fad8380c3a0b0f21.tar.gz moa-id-spss-7537351b14d0738d9e16bef4fad8380c3a0b0f21.tar.bz2 moa-id-spss-7537351b14d0738d9e16bef4fad8380c3a0b0f21.zip | |
minor build fixes/improvements
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@934 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/proxy')
| -rw-r--r-- | id/server/proxy/pom.xml | 140 | 
1 files changed, 71 insertions, 69 deletions
| diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index eb912c659..db0897931 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -1,5 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" -	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns="http://maven.apache.org/POM/4.0.0"
 +	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  	<parent>
  		<groupId>MOA.id</groupId>
 @@ -7,67 +7,69 @@  		<version>1.4.0</version>
  	</parent>
 -	<properties> -		<repositoryPath>${basedir}/../../../repository</repositoryPath> -	</properties> - - +	<properties>
 +		<repositoryPath>${basedir}/../../../repository</repositoryPath>
 +	</properties>
 +
 +
  	<modelVersion>4.0.0</modelVersion>
  	<groupId>MOA.id.server</groupId>
  	<artifactId>moa-id-proxy</artifactId>
  	<packaging>war</packaging>
  	<version>1.4.0</version>
  	<name>MOA ID-Proxy WebService</name>
 - -	<build> -		<plugins> -			<plugin> -				<groupId>org.apache.maven.plugins</groupId> -				<artifactId>maven-war-plugin</artifactId> -				<version>2.0.2</version> -				<configuration> -					<archive> -						<manifest> -							<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries> -							<addDefaultImplementationEntries>true</addDefaultImplementationEntries> -						</manifest> -					</archive> -					<webResources> -						<resource> -							<directory>${basedir}/../resources</directory> -							<targetPath>WEB-INF/classes/resources</targetPath> -						</resource> -						<resource> -							<directory>${basedir}/../services</directory> -							<targetPath>WEB-INF/classes/META-INF/services</targetPath> -						</resource> -					</webResources> -				</configuration> -				<executions> -					<execution> -						<id>test</id> -						<phase>package</phase> -						<goals> -							<goal>exploded</goal> -						</goals> -					</execution> -				</executions> -			</plugin> -		</plugins> -	</build> - +
 +	<build>
 +		<plugins>
 +			<plugin>
 +				<groupId>org.apache.maven.plugins</groupId>
 +				<artifactId>maven-war-plugin</artifactId>
 +				<version>2.0.2</version>
 +				<configuration>
 +					<archive>
 +						<manifest>
 +							<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
 +							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
 +						</manifest>
 +					</archive>
 +<!--
 +					<webResources>
 +						<resource>
 +							<directory>${basedir}/../resources</directory>
 +							<targetPath>WEB-INF/classes/resources</targetPath>
 +						</resource>
 +						<resource>
 +							<directory>${basedir}/../services</directory>
 +							<targetPath>WEB-INF/classes/META-INF/services</targetPath>
 +						</resource>
 +					</webResources>
 +-->
 +				</configuration>
 +				<executions>
 +					<execution>
 +						<id>test</id>
 +						<phase>package</phase>
 +						<goals>
 +							<goal>exploded</goal>
 +						</goals>
 +					</execution>
 +				</executions>
 +			</plugin>
 +		</plugins>
 +	</build>
 +
  	<dependencies>
 -		<dependency> -			<groupId>MOA.spss.server</groupId> -			<artifactId>moa-spss-lib</artifactId> -			<version>${project.version}</version> -		</dependency> -		<dependency> -			<groupId>MOA.id.server</groupId> -			<artifactId>moa-id-lib</artifactId> -			<version>${project.version}</version> -		</dependency> +		<dependency>
 +			<groupId>MOA.spss.server</groupId>
 +			<artifactId>moa-spss-lib</artifactId>
 +			<version>${project.version}</version>
 +		</dependency>
 +		<dependency>
 +			<groupId>MOA.id.server</groupId>
 +			<artifactId>moa-id-lib</artifactId>
 +			<version>${project.version}</version>
 +		</dependency>
  	<!--    <dependency>-->
  	<!--      <groupId>javax.activation</groupId>-->
  	<!--      <artifactId>activation</artifactId>-->
 @@ -143,10 +145,10 @@  	<!--      <groupId>wsdl4j</groupId>-->
  	<!--      <artifactId>wsdl4j</artifactId>-->
  	<!--    </dependency>-->
 -	<!--    <dependency>--> -	<!--      <groupId>javax.xml</groupId>--> -	<!--      <artifactId>jaxrpc</artifactId>--> -	<!--    </dependency>--> +	<!--    <dependency>-->
 +	<!--      <groupId>javax.xml</groupId>-->
 +	<!--      <artifactId>jaxrpc</artifactId>-->
 +	<!--    </dependency>-->
  	<!--    -->
  	<!--    <dependency>-->
  	<!--      <groupId>postgresql</groupId>-->
 @@ -161,15 +163,15 @@  	<!--      <artifactId>regexp</artifactId>-->
  	<!--    </dependency>-->
  	<!-- -->
 -	<!--    <dependency>--> -	<!--      <groupId>iaik.prod</groupId>--> -	<!--      <artifactId>iaik_Pkcs11Wrapper</artifactId>--> -	<!--      <classifier>win32</classifier>--> -	<!--	  <type>dll</type>--> -	<!--      <scope>runtime</scope>--> -	<!--    </dependency>--> -	</dependencies> - +	<!--    <dependency>-->
 +	<!--      <groupId>iaik.prod</groupId>-->
 +	<!--      <artifactId>iaik_Pkcs11Wrapper</artifactId>-->
 +	<!--      <classifier>win32</classifier>-->
 +	<!--	  <type>dll</type>-->
 +	<!--      <scope>runtime</scope>-->
 +	<!--    </dependency>-->
 +	</dependencies>
 +
  	<!--  <build>-->
  	<!--		<plugins>-->
  	<!--			<plugin>-->
 @@ -191,4 +193,4 @@  	<!--			</plugin>  -->
  	<!--		</plugins>  -->
  	<!--	</build>-->
 -</project>
\ No newline at end of file +</project>
 | 
