Re: How to add snapshot dependency into MANIFEST.MF

2008-11-23 Thread youhaodeyi



youhaodeyi wrote:
> 
> My project dependent on a snapshot dependency (test-1.0-snapshot). I added
> this configuration in my jar-plugin:
> 
>   true
>   test.ui.Starter
>   UI DEMO
> 
> 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.
> 
> 

Does anyone have me on this?
thanks.
-- 
View this message in context: 
http://www.nabble.com/How-to-add-snapshot-dependency-into-MANIFEST.MF-tp20171142p20655457.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]



How to add snapshot dependency into MANIFEST.MF

2008-10-26 Thread youhaodeyi

My project dependent on a snapshot dependency (test-1.0-snapshot). I added
this configuration in my jar-plugin:

true
test.ui.Starter
UI DEMO

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]