Bug#839738: maven-debian-helper: Modules not in a direct subdirectory can't be ignored

Emmanuel Bourg ebourg at apache.org
Tue Oct 4 11:47:24 UTC 2016


Package: maven-debian-helper
Version: 2.1.1
Severity: normal

maven-debian-helper seems unable to ignore a module no defined in a direct child
directory relatively to its parent pom.

This can be observed with the carrotsearch-randomizedtesting/2.1.6 package,
there are two modules under the 'examples' directory directly referenced
in the parent pom:

  examples/ant/pom.xml
  examples/maven/pom.xml

There is no pom.xml in the examples directory, and the parent pom declares
these modules with:

  <modules>
    <module>examples/maven</module>
    <module>examples/ant</module>
  </modules>

The --ignore flag in debian/*.poms has no effect in this case (the rewritten pom.xml
still define them).

Emmanuel Bourg



More information about the pkg-java-maintainers mailing list