diff options
Diffstat (limited to 'spss/server/pom.xml')
-rw-r--r-- | spss/server/pom.xml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/spss/server/pom.xml b/spss/server/pom.xml index 0b71ea208..360949903 100644 --- a/spss/server/pom.xml +++ b/spss/server/pom.xml @@ -1,26 +1,26 @@ -<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</groupId>
- <artifactId>spss</artifactId>
- <version>1.4.0</version>
- </parent>
+<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</groupId>
+ <artifactId>spss</artifactId>
+ <version>1.4.0</version>
+ </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>MOA.spss</groupId>
- <artifactId>server</artifactId>
- <packaging>pom</packaging>
- <version>1.4.0</version>
- <name>MOA spss Server</name>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>MOA.spss</groupId>
+ <artifactId>moa-spss</artifactId>
+ <packaging>pom</packaging>
+ <version>1.4.0</version>
+ <name>MOA SPSS Server</name>
- <properties>
- <thirdPartyLib>${basedir}/../../buildhelper</thirdPartyLib>
- </properties>
-
- <modules>
- <module>serverlib</module>
- <module>serverws</module>
- <module>distribution</module>
- </modules>
-
+ <modules> + <module>serverlib</module> + <module>serverws</module> + <module>tools</module> + </modules> + + <properties> + <repositoryPath>${basedir}/../../repository</repositoryPath> + </properties> + </project>
\ No newline at end of file |