RE: maven2: creatin jar files

2005-08-11 Thread Rizwan Merchant
figured it out.. use the element under the to specify which files to include in the jar lifecycle. thanks. -Original Message- From: Rizwan Merchant [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 10:30 AM To: Maven Users List Subject: RE: maven2: creatin jar files thats

RE: maven2: creatin jar files

2005-08-11 Thread Rizwan Merchant
PROTECTED] Sent: Wednesday, August 10, 2005 7:07 PM To: Maven Users List Subject: Re: maven2: creatin jar files Try to walk thru http://maven.apache.org/maven2/getting-started.html to create a jar file .. then you can taylor your own by adding your own source. There should be option to allow

Re: maven2: creatin jar files

2005-08-10 Thread dan tran
Try to walk thru http://maven.apache.org/maven2/getting-started.html to create a jar file .. then you can taylor your own by adding your own source. There should be option to allow you to include/eclude file to compille -D On 8/10/05, Rizwan Merchant <[EMAIL PROTECTED]> wrote: > > Hi, > How

maven2: creatin jar files

2005-08-10 Thread Rizwan Merchant
Hi, How I create a jar file from my targets such that I can specify which jar files certain classes should go to? Basiclly I have the following ant task and need to translate it into maven2 Can someone show me an example? thanks. -Riz. ---