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

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to