Author: ate
Date: Sat May 16 22:58:41 2009
New Revision: 775563
URL: http://svn.apache.org/viewvc?rev=775563&view=rev
Log:
APA-13: suppress generation of -javadoc for apa-demo war project as the m-r-r-p
doesn't see it/doesn't add legal files to it?
Modified:
portals/applications/demo/trunk/pom.xml
Modified: portals/applications/demo/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/demo/trunk/pom.xml?rev=775563&r1=775562&r2=775563&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Sat May 16 22:58:41 2009
@@ -230,6 +230,14 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <!-- suppress generation of -javadoc for the war as the m-r-r-p
doesn't see it/doesn't add legal files to it? -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<!-- workaround for war processing of m-r-r-plugin causing the
generated NOTICE and LICENSE file to be put under WEB-INF/classes/META-INF -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>