You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2015/04/06 18:19:14 UTC

svn commit: r1671572 - /openjpa/trunk/openjpa-tools/openjpa-fetch-statistics-was/pom.xml

Author: struberg
Date: Mon Apr  6 16:19:14 2015
New Revision: 1671572

URL: http://svn.apache.org/r1671572
Log:
disable maven-javadoc-plugin for module without any source

Otherwise maven aborts the build.

Modified:
    openjpa/trunk/openjpa-tools/openjpa-fetch-statistics-was/pom.xml

Modified: openjpa/trunk/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-tools/openjpa-fetch-statistics-was/pom.xml?rev=1671572&r1=1671571&r2=1671572&view=diff
==============================================================================
--- openjpa/trunk/openjpa-tools/openjpa-fetch-statistics-was/pom.xml (original)
+++ openjpa/trunk/openjpa-tools/openjpa-fetch-statistics-was/pom.xml Mon Apr  6 16:19:14 2015
@@ -56,6 +56,14 @@
 					</execution>
 				</executions>
 			</plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
 		
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>