Re: Maven dependencies issues

2007-07-23 Thread Henry Isidro

This might prove helpful
http://maven.apache.org/plugins/maven-dependency-plugin/ especially the
copy-dependencies goal.

HTH,
Henry

On 7/23/07, Dmitry [EMAIL PROTECTED] wrote:


My application is a jar file and when I run mvn package it generates my
jar
ok.

But I need to distribute my app with all the related jar dependencies so I
wonder how could I do it with maven2..

Actually, I did an ant task that at package cycle copy my project
depdenciens from mvnrepository to a lib folder inside target folder. It
works well but force me to make the list of files to be copied by hand. I
want to see maven doing this job automatically...

Is this posible ?

thanks in advance, Dmitry

www.ejinz.com Search Engine Revolution

news, categories, country



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



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




Re: Maven dependencies issues

2007-07-23 Thread Dmitry

Henry,
I will take a look..
thanks,
dt
www.ejinz.com
Search Progress
- Original Message - 
From: Henry Isidro [EMAIL PROTECTED]

To: Maven Users List users@maven.apache.org
Sent: Monday, July 23, 2007 1:36 AM
Subject: Re: Maven dependencies issues



This might prove helpful
http://maven.apache.org/plugins/maven-dependency-plugin/ especially the
copy-dependencies goal.

HTH,
Henry

On 7/23/07, Dmitry [EMAIL PROTECTED] wrote:


My application is a jar file and when I run mvn package it generates my
jar
ok.

But I need to distribute my app with all the related jar dependencies so 
I

wonder how could I do it with maven2..

Actually, I did an ant task that at package cycle copy my project
depdenciens from mvnrepository to a lib folder inside target folder. It
works well but force me to make the list of files to be copied by hand. I
want to see maven doing this job automatically...

Is this posible ?

thanks in advance, Dmitry

www.ejinz.com Search Engine Revolution

news, categories, country



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



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







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



Re: Maven dependencies issues

2007-07-23 Thread Steven Rowe
Hi Dmitry,

Dmitry wrote:
 My application is a jar file and when I run mvn package it generates my
 jar ok.
 
 But I need to distribute my app with all the related jar dependencies so
 I wonder how could I do it with maven2..
 
 Actually, I did an ant task that at package cycle copy my project
 depdenciens from mvnrepository to a lib folder inside target folder. It
 works well but force me to make the list of files to be copied by hand.
 I want to see maven doing this job automatically...
 
 Is this posible ?

Have you looked at appassembler-maven-plugin
http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/introduction.html?

Steve


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



Maven dependencies issues

2007-07-22 Thread Dmitry
My application is a jar file and when I run mvn package it generates my jar 
ok.


But I need to distribute my app with all the related jar dependencies so I 
wonder how could I do it with maven2..


Actually, I did an ant task that at package cycle copy my project 
depdenciens from mvnrepository to a lib folder inside target folder. It 
works well but force me to make the list of files to be copied by hand. I 
want to see maven doing this job automatically...


Is this posible ?

thanks in advance, Dmitry

www.ejinz.com Search Engine Revolution

news, categories, country



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



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