|
Wiley Fuller made changes - 17/Oct/04 08:46 PM
Felipe Leme made changes - 20/Oct/04 07:27 AM
Added the maven.xml file for testing this change.
Wiley Fuller made changes - 09/Nov/04 08:20 PM
Added project.xml file for testing this issue.
Wiley Fuller made changes - 09/Nov/04 08:20 PM
Felipe Leme made changes - 10/Nov/04 10:34 PM
Due to fix for Has anyone verified that this solution addresses the problem for WL 8.1? I was unable to get an EAR to deploy without modifying the generated application.xml and manually add the "APP-INF/lib" path info: <module> Shouldn't the plugin do this automatically given that I have defined this property in the jar dependency? <ear.bundle.dir>APP-INF/lib</ear.bundle.dir> |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
A patch to allow dependencies to be added to the EAR file with arbitrary paths.
This implementation is different to the implementation of war.target.path. It uses the ant zipfileset element instead of copying the dependencies to the desired path before adding.