hi,

i am using assembly:assembly to pack my release. inside jar plugin i enable
classpath setting with <addClasspath>. this way when working with snapshots
inside MANIFEST.MF lib-xx-SNAPSHOT.jar gets added. 

conversely when executing assembly goal i get a timestamp added to libary.
mainJar
-lib/
   lib-xx-20070881.065xxxx 

this way i cannot access the library by name. weird thing is that sometimes
timestamp gets included and sometimes it appends the expected SNAPSHOT.

so, how do i tell assembly plugin to always include libraries with name
lib-xx-SNAPSHOT? or why is this behaviour that maven includes timestamp and
sometimes not?

thanks.
-- 
View this message in context: 
http://www.nabble.com/assembly-plugin%3A-how-to-tell-to-use-lib-xx-SNAPSHOT.jar-and-not-lib-xx-%7BtimeStamp%7D.jar-tf4359662s177.html#a12424929
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to