Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mollik2018-03-16 11:49:21 +0000
committerRalf Mollik2018-03-16 11:49:21 +0000
commit3936fead4a7f689520bb74fdc80f88d7dc7e4012 (patch)
tree878684351dc2bbe1382055bdb2b045eb72c8a951
parentf5f987629a63076ae39a8ad949d635c333d9d189 (diff)
downloadorg.eclipse.osbp.fork.jpos-3936fead4a7f689520bb74fdc80f88d7dc7e4012.tar.gz
org.eclipse.osbp.fork.jpos-3936fead4a7f689520bb74fdc80f88d7dc7e4012.tar.xz
org.eclipse.osbp.fork.jpos-3936fead4a7f689520bb74fdc80f88d7dc7e4012.zip
javadoc: failonerror=false
-rw-r--r--org.eclipse.osbp.fork.jpos.feature/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.osbp.fork.jpos.feature/pom.xml b/org.eclipse.osbp.fork.jpos.feature/pom.xml
index 4c2f574..fa270d5 100644
--- a/org.eclipse.osbp.fork.jpos.feature/pom.xml
+++ b/org.eclipse.osbp.fork.jpos.feature/pom.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
#=======================================================================
- # Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany).
- # This program and the accompanying materials are made available under the
+# Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany).
+# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
@@ -72,6 +72,7 @@
</executions>
<configuration>
<skip>true</skip> <!-- javadoc fails, skip always -->
+ <failOnError>false</failOnError>
</configuration>
</plugin>
</plugins>

Back to the top