My project dependent on a snapshot dependency (test-1.0-snapshot). I added
this configuration in my jar-plugin:
<manifest>
<addClasspath>true</addClasspath>
<mainClass>test.ui.Starter</mainClass>
<packageName>UI DEMO</packageName>
</manifest>
All the dependencies will be written to manifest.mf file. So the final
manifest.mf will includes:
Class-Path: test-1.0-snapshot.jar
But when I run the assembly, the version of the test-1.0 will be
inconsistent with the one in manifest file. How can I make them consistent?
I use Maven 2.0.9.
--
View this message in context:
http://www.nabble.com/How-to-add-snapshot-dependency-into-MANIFEST.MF-tp20171142p20171142.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]