diff options
Diffstat (limited to 'id/server/proxy/pom.xml')
-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>
|