diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 12:05:36 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 12:05:36 +0200 |
commit | fb287cd9b4697b78350666b661bb059e7c66aa67 (patch) | |
tree | fd2d51c122e19976682f1551fe39ea90ecb6cc30 /spss/handbook/clients/webservice | |
parent | e46fd963799f681d69b1eb7f886979e87e0d6340 (diff) | |
download | moa-id-spss-fb287cd9b4697b78350666b661bb059e7c66aa67.tar.gz moa-id-spss-fb287cd9b4697b78350666b661bb059e7c66aa67.tar.bz2 moa-id-spss-fb287cd9b4697b78350666b661bb059e7c66aa67.zip |
build process update
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>
|