diff options
Diffstat (limited to 'spss/handbook/clients/webservice')
-rw-r--r-- | spss/handbook/clients/webservice/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spss/handbook/clients/webservice/pom.xml b/spss/handbook/clients/webservice/pom.xml index 95f2c5173..0a48df11c 100644 --- a/spss/handbook/clients/webservice/pom.xml +++ b/spss/handbook/clients/webservice/pom.xml @@ -134,7 +134,7 @@ </dependencies>
<build>
<plugins>
- <plugin>
+<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -151,7 +151,7 @@ </configuration>
</execution>
</executions>
- </plugin>
+ </plugin> -->
</plugins>
</build>
</project>
|