javadoc: failonerror=false
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>