diff options
Diffstat (limited to 'spss/handbook/clients/referencedData/pom.xml')
-rw-r--r-- | spss/handbook/clients/referencedData/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spss/handbook/clients/referencedData/pom.xml b/spss/handbook/clients/referencedData/pom.xml index 65f8635de..e34df8ff5 100644 --- a/spss/handbook/clients/referencedData/pom.xml +++ b/spss/handbook/clients/referencedData/pom.xml @@ -10,7 +10,6 @@ <groupId>MOA.spss.handbook</groupId>
<artifactId>moa-spss-handbook-referencedData</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
<name>MOA SP/SS Handbook Referenced Data</name>
<properties>
@@ -19,7 +18,7 @@ <build>
<plugins>
- <plugin>
+<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
@@ -32,7 +31,7 @@ <addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
- </plugin>
+ </plugin> -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
|