Bug#827732: maven-debian-helper: mh_make ignores --run-tests=false and --javadoc=false

Christopher Hoskin christopher.hoskin at gmail.com
Mon Jun 20 16:00:46 UTC 2016


Dear Emmanuel,

Thank you for investigating - looking more closely, the problem I was
seeing was
with what gets passed to DependenciesSolver:

${GEN_JAVADOC:+--generate-javadoc} ${RUN_TESTS:+--run-tests}

which I think means that DependenciesSolver will always get called with the
--generate-javadoc and --run-tests options if GEN_JAVADOC and RUN_TESTS
have any non-empty value, even "false". So whilst tests and the javadoc
package
may be disabled, the dependencies for tests and generating docs are pulled
in
anyway. This is what my patch addresses.

Christopher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20160620/5f2b530e/attachment.html>


More information about the pkg-java-maintainers mailing list