[ http://jira.codehaus.org/browse/MASSEMBLY-89?page=comments#action_64678 ]
Jason Chaffee commented on MASSEMBLY-89:
Ignore my last message, it appears there was a glitch with eclipse during the
merge and I didn't get part of the update...so, I was m
[ http://jira.codehaus.org/browse/MASSEMBLY-89?page=comments#action_64677 ]
Jason Chaffee commented on MASSEMBLY-89:
I just checked out the fix and I still have the same problem. Am I missing
something?
> outputFileNameMapping broken
>
[ http://jira.codehaus.org/browse/MASSEMBLY-89?page=comments#action_64601 ]
Jason Chaffee commented on MASSEMBLY-89:
I just reviewed the added unit tests and they do not use an
InterpolationFilterReader to load the assembly descriptors as the
Abstra
[ http://jira.codehaus.org/browse/MASSEMBLY-89?page=comments#action_64578 ]
Jason Chaffee commented on MASSEMBLY-89:
I am seeing the same behavior when building the assembly plugin from the trunk.
Basically, it is interpolating all ${artifactId} in
[ http://jira.codehaus.org/browse/MASSEMBLY-89?page=comments#action_64513 ]
Dan Tran commented on MASSEMBLY-89:
---
Please place pom.xml and bin.xml on the same directory and run
mvn package.
both specified dependencies files are mapped into one file . tes
[ http://jira.codehaus.org/browse/MASSEMBLY-89?page=comments#action_64510 ]
Dan Tran commented on MASSEMBLY-89:
---
There are 2 levels of interpolation in assembly files. The first time when the
xml file is read in, the interpolation is by MASSEMBLY-40 which
[ http://jira.codehaus.org/browse/MASSEMBLY-89?page=comments#action_64507 ]
John Casey commented on MASSEMBLY-89:
-
Added two unit tests to the maven-assembly-plugin for this, under
BasicAbstractAssemblyMojoFeaturesTest. I cannot reproduce the error.
Wha