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 /pom.xml | |
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |