You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Chan, Charles" <Ch...@CIBC.ca> on 2003/01/09 18:02:23 UTC

Propose new properties for ejb/war/ear plugin

Hi, I would like to propose a new property to ejb/war/ear plugin:

xxxx.dependencies.omit.version.info=true/false

Setting this property to true will rename:

commons-logging-1.0.2.jar

to 

commons-logging.jar when it's copied to WEB-INF/lib or into EAR or into EJB.
It should also affect the Class-Path attribute in MANIFEST file.

Reason for this change is because WebLogic doesn't like multiple '.' in a
Jar file name and will simply not load the Jar file....

I can submit a patch if it's okay.

Charles