This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch patch-queue/master in repository stapler.
commit 255da1ab7c3d9337cb582ee7f93c8d7fccc6956f Author: James Page <[email protected]> Date: Tue Dec 31 14:25:01 2013 +0000 Drop use of custom doklet Drop use of custom doklet for javadoc generation. --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index cc7a09a..3e205ee 100644 --- a/pom.xml +++ b/pom.xml @@ -172,13 +172,6 @@ <artifactId>maven-javadoc-plugin</artifactId> <configuration> <aggregate>true</aggregate> - <doclet>org.kohsuke.doklet.Doklet</doclet> - <linksource>true</linksource> - <docletArtifact> - <groupId>org.kohsuke</groupId> - <artifactId>doklet</artifactId> - <version>1.0</version> - </docletArtifact> </configuration> </plugin> </plugins> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stapler.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

