Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Fix Version/s: 1.6.1
-
Labels:None
-
Environment:Win 2000 SP4, jdk 1.4.2_04, maven 1.0.2, maven-ear-plugin 1.6.1
Description
I have to change the module name of an ejb jar file since a third party descriptor references it using a fixed name. I used ear.bundle name property to alter the name from 'JarName-1.0.jar' to 'JarName.jar' and the module is indeed included in the ear file as 'JarName.jar'. But in the generated application.xml descriptor it is still referred as JarName-1.0.jar causing the deploy to fail.
I was using version 1.6 of the plugin. It works with version 1.6.1