diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 15:46:22 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 15:46:22 +0100 |
commit | 868b44cfa0b086710dcaf49e9b029a0b05bc8826 (patch) | |
tree | 366af59b47b71383f3f2ef63d78dc09032c608a9 /id/server | |
parent | bccb090d5c4795a414f3e38fe69685f30fab789d (diff) | |
download | moa-id-spss-868b44cfa0b086710dcaf49e9b029a0b05bc8826.tar.gz moa-id-spss-868b44cfa0b086710dcaf49e9b029a0b05bc8826.tar.bz2 moa-id-spss-868b44cfa0b086710dcaf49e9b029a0b05bc8826.zip |
fixing maven errors
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/idserverlib/pom.xml | 1 | ||||
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index d65a562f8..cfd028403 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -179,6 +179,7 @@ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
+ <skip>true</skip>
<skipTests>true</skipTests>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 9ec756f85..3862a0d82 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -101,6 +101,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> + <skip>true</skip> <skipTests>true</skipTests> <archive> <addMavenDescriptor>false</addMavenDescriptor> @@ -187,4 +188,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |