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

2016-06-27 Thread Emmanuel Bourg
Le 20/06/2016 à 18:00, Christopher Hoskin a écrit : > 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

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

2016-06-20 Thread Christopher Hoskin
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

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

2016-06-20 Thread Emmanuel Bourg
Le 20/06/2016 à 12:39, Christopher Hoskin a écrit : > According to the documentation, calling mh_make with --run-tests=false should > disable the running of tests, similarly --javadoc=false should disable > generation of documentation. In practice it is not currently possible to > disable >

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

2016-06-20 Thread Christopher Hoskin
Package: maven-debian-helper Version: 2.0.6 Severity: normal Dear Maintainer, According to the documentation, calling mh_make with --run-tests=false should disable the running of tests, similarly --javadoc=false should disable generation of documentation. In practice it is not currently