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 | |
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')
-rw-r--r-- | spss/handbook/clients/api/pom.xml | 4 | ||||
-rw-r--r-- | spss/handbook/clients/pom.xml | 4 | ||||
-rw-r--r-- | spss/handbook/clients/referencedData/pom.xml | 4 | ||||
-rw-r--r-- | spss/handbook/clients/webservice/pom.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/spss/handbook/clients/api/pom.xml b/spss/handbook/clients/api/pom.xml index 52a96c56b..13d988a57 100644 --- a/spss/handbook/clients/api/pom.xml +++ b/spss/handbook/clients/api/pom.xml @@ -135,7 +135,7 @@ </dependencies>
<build>
<plugins>
- <plugin>
+<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -152,7 +152,7 @@ </configuration>
</execution>
</executions>
- </plugin>
+ </plugin> -->
</plugins>
</build>
</project>
diff --git a/spss/handbook/clients/pom.xml b/spss/handbook/clients/pom.xml index 70ae70a4b..c104c6c3b 100644 --- a/spss/handbook/clients/pom.xml +++ b/spss/handbook/clients/pom.xml @@ -24,7 +24,7 @@ </properties>
<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>
</project>
diff --git a/spss/handbook/clients/referencedData/pom.xml b/spss/handbook/clients/referencedData/pom.xml index 65f8635de..3a220fd4d 100644 --- a/spss/handbook/clients/referencedData/pom.xml +++ b/spss/handbook/clients/referencedData/pom.xml @@ -34,7 +34,7 @@ </configuration>
</plugin>
- <plugin>
+<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -51,7 +51,7 @@ </configuration>
</execution>
</executions>
- </plugin>
+ </plugin> -->
</plugins>
</build>
</project>
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>
|