[ http://jira.codehaus.org/browse/MASSEMBLY-133?page=all ]
Alexis Midon closed MASSEMBLY-133.
--
Resolution: Duplicate
duplicate of issue 117
> Assembly including binaries: Bug on a n depth hierar
Assembly including binaries: Bug on a n depth hierarchy
---
Key: MASSEMBLY-133
URL: http://jira.codehaus.org/browse/MASSEMBLY-133
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
I forgot to add that there is a real bug in
AbstractAssemblyMojo.isProjectModule() method.
A return statement is missing line716
private boolean isProjectModule( String parentId, MavenProject
reactorProject, boolean recurse )
{
MavenProject parent = reactorProject.getParent();
Hi all,
I have the following complex but common pom hierarchy (sample) :
The syntax is packaging:pom:level.#
pom:pom0.0
/\
/ \
/\
/ \
/\
jar:pom1.0 pom:pom1.1
/\
/ \