diff options
Diffstat (limited to 'spss/server')
-rw-r--r-- | spss/server/pom.xml | 4 | ||||
-rw-r--r-- | spss/server/serverlib/pom.xml | 4 | ||||
-rw-r--r-- | spss/server/serverws/.project | 7 | ||||
-rw-r--r-- | spss/server/serverws/pom.xml | 6 | ||||
-rw-r--r-- | spss/server/tools/pom.xml | 6 |
5 files changed, 12 insertions, 15 deletions
diff --git a/spss/server/pom.xml b/spss/server/pom.xml index 08e740cd3..eb37775c1 100644 --- a/spss/server/pom.xml +++ b/spss/server/pom.xml @@ -24,7 +24,7 @@ <build>
<plugins>
- <plugin>
+<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -41,7 +41,7 @@ </configuration>
</execution>
</executions>
- </plugin>
+ </plugin> -->
</plugins>
</build>
diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index fb95746da..61465bd83 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -177,7 +177,7 @@ </dependencies>
<build>
<plugins>
- <plugin>
+<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -194,7 +194,7 @@ </configuration>
</execution>
</executions>
- </plugin>
+ </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/spss/server/serverws/.project b/spss/server/serverws/.project index 7b8e89662..4faa086c3 100644 --- a/spss/server/serverws/.project +++ b/spss/server/serverws/.project @@ -1,10 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>moa-spss-ws</name>
- <comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
+ <comment></comment>
<projects>
- <project>moa-spss-lib</project>
- <project>moa-common</project>
</projects>
<buildSpec>
<buildCommand>
@@ -29,10 +27,9 @@ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
- <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
</natures>
</projectDescription>
diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index ac06946a4..56168a586 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -10,7 +10,7 @@ <groupId>MOA.spss.server</groupId> <artifactId>moa-spss-ws</artifactId> <packaging>war</packaging> - <version>2.0.1</version> + <version>${moa-spss-version}</version> <name>MOA SP/SS WebService</name> <properties> @@ -67,7 +67,7 @@ </configuration> </plugin> - <plugin> +<!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0-alpha-2</version> @@ -84,7 +84,7 @@ </configuration> </execution> </executions> - </plugin> + </plugin> --> </plugins> </build> <dependencies> diff --git a/spss/server/tools/pom.xml b/spss/server/tools/pom.xml index 880eac2c1..f139e962d 100644 --- a/spss/server/tools/pom.xml +++ b/spss/server/tools/pom.xml @@ -9,7 +9,7 @@ <groupId>MOA.spss.server</groupId> <artifactId>moa-spss-tools</artifactId> <packaging>jar</packaging> - <version>2.0.1</version> + <version>${moa-spss-version}</version> <name>MOA SP/SS Tools</name> <properties> @@ -81,7 +81,7 @@ </configuration> </plugin> - <plugin> +<!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0-alpha-2</version> @@ -98,7 +98,7 @@ </configuration> </execution> </executions> - </plugin> + </plugin> --> </plugins> </build> </project> |