How can I make a system dependency available in runtime scope ?

2006-10-11 Thread Manuel Ledesma
I need a jar to be available in runtime scope, but it's defined with system scope. Is there any way of making it available in runtime scope ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

RE: manually managing external dependencies in maven 2

2006-10-10 Thread Manuel Ledesma
Look at this page, it might help u http://maven.apache.org/eclipse-plugin.html -Original Message- From: fogwolf [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 5:24 PM To: dev@maven.apache.org Subject: manually managing external dependencies in maven 2 Hi, I'm using Maven 2

Understanding Maven classpath

2006-10-10 Thread Manuel Ledesma
I'm writing a plug-in for Weblogic 9.2 and I having a hard time make it work. The issue arrives because I need to use Weblogic from the installation directory, otherwise it won't work. So I'm specifying the dependency using system scope, but it does not help. Still behaving like I'm getting the

RE: Calling plugins sequentially

2006-09-17 Thread Manuel Ledesma
nt want to wire them into a maven phase -D On 9/17/06, Manuel Ledesma <[EMAIL PROTECTED]> wrote: > > I would like to be able to call just one and trigger the execution of the > other. > > > > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] &g

RE: Calling plugins sequentially

2006-09-17 Thread Manuel Ledesma
? -D On 9/17/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Please don't cross-post. The users@ list was the correct place to > post it, so only posting it there is sufficient. > > - Brett > > On 18/09/2006, at 10:02 AM, Manuel Ledesma wrote: > > > First

Calling plugins sequentially

2006-09-17 Thread Manuel Ledesma
First of all, I only have two days working with maven. I have read the book Better Buils with Maven completely and any possible documentation found in maven.apache.org. I would like to call two o more plugins sequentially, example - user-profile-plugin - loads user properties into maven runtim