Author: cziegeler
Date: Fri Jul 8 13:33:17 2016
New Revision: 1751908
URL: http://svn.apache.org/viewvc?rev=1751908&view=rev
Log:
Fix javadocs
Modified:
sling/trunk/bundles/resourceresolver/pom.xml
Modified: sling/trunk/bundles/resourceresolver/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/resourceresolver/pom.xml?rev=1751908&r1=1751907&r2=1751908&view=diff
==============================================================================
--- sling/trunk/bundles/resourceresolver/pom.xml (original)
+++ sling/trunk/bundles/resourceresolver/pom.xml Fri Jul 8 13:33:17 2016
@@ -86,6 +86,15 @@
</instructions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <excludePackageNames>
+ org.apache.sling.resourceresolver.impl
+ </excludePackageNames>
+ </configuration>
+ </plugin>
</plugins>
</build>