RE: Newbie question- 3rd party jars

2006-12-31 Thread Sagare, Vipul
Users List Subject: Re: Newbie question- 3rd party jars On 12/31/06, Sagare, Vipul [EMAIL PROTECTED] wrote: Thank you for quick response. Any way to do this by keeping lib directory? You can but users will always have to manually install the artifacts to their local repository. You can provide

Newbie question- 3rd party jars

2006-12-30 Thread Sagare, Vipul
From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Sat 12/30/2006 8:21 AM To: Maven Users List Subject: Re: Sample/Best Practice for Maven 2 and WebLogic J2EE application. Sagare, Vipul wrote: I am trying convert ant scripts for J2EE application (with JAR, WAR, EAR) to Maven 2.0. We use

RE: Newbie question- 3rd party jars

2006-12-30 Thread Sagare, Vipul
Both. I would like them to be in the classpath and in jar as well. Thanks, Vipul From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Sat 12/30/2006 5:28 PM To: Maven Users List Subject: Re: Newbie question- 3rd party jars On 12/30/06, Sagare, Vipul [EMAIL

RE: Newbie question- 3rd party jars

2006-12-30 Thread Sagare, Vipul
To: Maven Users List Subject: Re: Newbie question- 3rd party jars On 12/30/06, Sagare, Vipul [EMAIL PROTECTED] wrote: Both. I would like them to be in the classpath and in jar as well. Normally you would install them in your local repository and then use a dependency element in your pom

Sample/Best Practice for Maven 2 and WebLogic J2EE application.

2006-12-29 Thread Sagare, Vipul
I am trying convert ant scripts for J2EE application (with JAR, WAR, EAR) to Maven 2.0. We use WebLogic 8.1 SP4. I have tough time finding a complete sample for J2EE project with source code. I see several bits and pieces on several Maven related websites. The documentation is poor at best.