Author: ceki Date: Tue Apr 29 19:38:38 2008 New Revision: 1007 Modified: slf4j/trunk/pom.xml
Log: - exclude org.slf4j.migrator* package from the javadocs Modified: slf4j/trunk/pom.xml ============================================================================== --- slf4j/trunk/pom.xml (original) +++ slf4j/trunk/pom.xml Tue Apr 29 19:38:38 2008 @@ -115,6 +115,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <configuration> <aggregate>true</aggregate> + <excludePackageNames>org.slf4j.migrator:org.slf4j.migrator.*</excludePackageNames> <links> <link> http://java.sun.com/j2se/1.5.0/docs/api _______________________________________________ dev mailing list dev@slf4j.org http://www.slf4j.org/mailman/listinfo/dev