Christian Goetze wrote: > So I have my jar plugin include the classpath in the manifest. That > classpath specifies the version text as x.y-SNAPSHOT. The assembly > plugin, on the other hand, packs the resolved snapshot name > (x.y-date.sig-buildnr) of the jars into the assembly, causing the > application to fail. > > Is there a way to tell the assembly plugin to not do that?
You are experiencing MNG-2456. At the company where I work, we've worked around what appears to be a maven core bug by patching maven-archiver (MNG-2456-maxb.patch), then patching maven-jar-plugin to use the patched maven-archiver (just tweaked the dependency in the POM), and deploying both to our internal repository. -- Max Bowsher <[EMAIL PROTECTED]> http://www.mxtelecom.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
