Hi,

When I build a war artifact that has some snapshot jar dependencies, the
jar packaged in WEB-INF/lib are sometime named
"my-dependency-version-SNAPSHOT.jar" and sometime named
"my-dependency-version-LONG_18_CHARS_TIMETAMP_HERE.jar".

When the jar dependencies are named with a timestamp, I've got classpath
related issues when deploying my web app on Jboss / windows (because the
path to the jars, including their name, is too long).

So I need to make sure that my snapshot jars under WEB-INF/lib are
always named "my-dependency-version-SNAPSHOT.jar".

Is there a way to do this ?

Note that using the outputFileNameMapping configuration parameter of the
war plugin is unfortunately not an option for me because of
(http://jira.codehaus.org/browse/MWAR-116).

Thanks for your help,

Sebastien Brunot
 
"Make simple things simple before making complex things possible" (David
S. Platt in "Why Software Sucks ?")
and then... "Make complex things simple and accessible" (Steve Demuth)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to