Bug#711852: maven.pm: Don't install documentation jar into maven-repo by default

Emmanuel Bourg ebourg at apache.org
Tue Jul 30 13:19:20 UTC 2013


An alternative is to specify the target used to generated the javadoc.
By default javadoc:jar is called. Switching to javadoc:javadoc solves
this issue:

    DEB_MAVEN_DOC_TARGET := javadoc:javadoc

I would suggest changing the default target though.



More information about the pkg-java-maintainers mailing list