diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-09-02 08:25:48 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-09-02 08:25:48 +0200 |
commit | 9c7cb7219c32f228cfbc2855c340eb970c2a5151 (patch) | |
tree | eb65fec92f9506327b0e3cbc4818c840bcaa8d91 | |
parent | 348a6cbf69f1404364d36d6ea462219aefabcda0 (diff) | |
download | moa-id-spss-9c7cb7219c32f228cfbc2855c340eb970c2a5151.tar.gz moa-id-spss-9c7cb7219c32f228cfbc2855c340eb970c2a5151.tar.bz2 moa-id-spss-9c7cb7219c32f228cfbc2855c340eb970c2a5151.zip |
modify maven build process configuration
-rw-r--r-- | id/server/idserverlib/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | spss/server/serverlib/pom.xml | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 7b3bc0841..c38774998 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -611,6 +611,7 @@ <author>false</author>
<version>false</version>
<use>true</use>
+ <failOnError>false</failOnError>
<excludePackageNames>at.gv.egovernment.moa.spss.server.*;at.gv.egovernment.moa.spss.api.impl.*;at.gv.egovernment.moa.spss.impl.*</excludePackageNames>
<tags>
<tag>
@@ -190,6 +190,7 @@ <fork>true</fork> <executable>${env.BUILD_EXECUTEABLE}</executable> <compilerVersion>${env.BUILD_VERSION}</compilerVersion> + <encoding>${project.build.sourceEncoding}</encoding> <source>1.7</source> <target>1.7</target> </configuration> @@ -248,6 +249,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <configuration> <excludePackageNames>test.*</excludePackageNames> + <failOnError>false</failOnError> </configuration> </plugin> </plugins> diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index 504b0dc84..107d91046 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -256,6 +256,7 @@ <author>false</author>
<version>false</version>
<use>true</use>
+ <failOnError>false</failOnError>
<excludePackageNames>at.gv.egovernment.moa.spss.server.*;at.gv.egovernment.moa.spss.api.impl.*;at.gv.egovernment.moa.spss.impl.*</excludePackageNames>
<tags>
<tag>
|