Author: cschneider
Date: Thu Jul 30 15:49:18 2015
New Revision: 1693445
URL: http://svn.apache.org/r1693445
Log:
Comment out javadoc creation to fix build
Modified:
aries/trunk/subsystem/subsystem-bundle/pom.xml
Modified: aries/trunk/subsystem/subsystem-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-bundle/pom.xml?rev=1693445&r1=1693444&r2=1693445&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-bundle/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-bundle/pom.xml Thu Jul 30 15:49:18 2015
@@ -232,6 +232,7 @@
</execution>
</executions>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
@@ -250,6 +251,7 @@
<sourcepath>${project.build.directory}/sources</sourcepath>
</configuration>
</plugin>
+ -->
</plugins>
</build>
</profile>