[slf4j-dev] svn commit: r1007 - slf4j/trunk
ceki at slf4j.org
ceki at slf4j.org
Tue Apr 29 19:38:38 CEST 2008
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
More information about the slf4j-dev
mailing list