Author: fmeschbe
Date: Mon Apr 6 19:20:41 2009
New Revision: 762465
URL: http://svn.apache.org/viewvc?rev=762465&view=rev
Log:
Correctly prevent JavaDoc generation
Modified:
incubator/sling/trunk/bundles/commons/log/pom.xml
Modified: incubator/sling/trunk/bundles/commons/log/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/commons/log/pom.xml?rev=762465&r1=762464&r2=762465&view=diff
==============================================================================
--- incubator/sling/trunk/bundles/commons/log/pom.xml (original)
+++ incubator/sling/trunk/bundles/commons/log/pom.xml Mon Apr 6 19:20:41 2009
@@ -80,10 +80,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
- <!-- No javadocs at all -->
- <excludePackageNames>
- org.apache.sling.commons.log,org/slf4j/impl
- </excludePackageNames>
+ <!-- No javadocs at all -->
+ <skip>true</skip>
</configuration>
</plugin>
</plugins>