Classpath is wrong for projects using "FinalName" directive
-----------------------------------------------------------

                 Key: MEJB-51
                 URL: http://jira.codehaus.org/browse/MEJB-51
             Project: Maven 2.x EJB Plugin
          Issue Type: Bug
    Affects Versions: 2.3, 2.2.1, 2.2
            Reporter: Thomas Arand
            Priority: Critical


I have the following project layout (which is part of a big project, this 
pattern is used many times)

A-ear -> A-ejb -> A-jar -> B-jar

All these projects are built in the same reactor.

A-ejb used automatic CLASSPATH generation in its pom-file.
B-jar uses the FinalName directive to specify a final name to be used.

In A-ear B-jar is correctly packaged with its final name.

But in A-ejb the MANIFEST.MF file contains not the final name for B-jar, but 
the standard one (i.e. as if no FinalName would have been selected).

This problem exists since version 2.2 of the plugin. Up to now we used 2.1, 
which works perfectly. I assume the new archiver (version 2.4) that has been 
introduced in 2.2 causes the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to