RE: additional classpath to maven2

2007-02-08 Thread Brian E. Fox
The maven and codehaus ones are the same plugin. The maven one is newer. -Original Message- From: jiangshachina [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 1:36 AM To: users@maven.apache.org Subject: Re: additional classpath to maven2 Hi, I ever used maven:maven

RE: additional classpath to maven2

2007-02-07 Thread jiangshachina
-Original Message- > From: jiangshachina [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 07, 2007 10:36 PM > To: users@maven.apache.org > Subject: Re: additional classpath to maven2 > > > Hi, > I ever used maven:maven-dependency-plugin, but it didin't w

RE: additional classpath to maven2

2007-02-07 Thread franz see
hachina [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 07, 2007 10:36 PM > To: users@maven.apache.org > Subject: Re: additional classpath to maven2 > > > Hi, > I ever used maven:maven-dependency-plugin, but it didin't work and even > had other trouble. > moj

RE: additional classpath to maven2

2007-02-07 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
Once jars are copied to a specific directory, how can I add that folder to the classpath ? -Jagan -Original Message- From: jiangshachina [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 10:36 PM To: users@maven.apache.org Subject: Re: additional classpath to maven2 Hi, I

Re: additional classpath to maven2

2007-02-07 Thread jiangshachina
dea is to unzip the jars to a specific directory and add those jars >> to compile / jar classpath. >> >> Thanks >> >> >> >> > > -- View this message in context: http://www.nabble.com/additional-classpath-to-maven2-tf3189283s177.html#a8860196 Sent

Re: additional classpath to maven2

2007-02-07 Thread franz see
specific directory and add those jars > to compile / jar classpath. > > Thanks > > > > -- View this message in context: http://www.nabble.com/additional-classpath-to-maven2-tf3189283s177.html#a8859324 Sent from the Mave

additional classpath to maven2

2007-02-07 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
Hi, Is it possible to add additional classpath (not specified in the dependency) to maven2 on runtime. The idea is to unzip the jars to a specific directory and add those jars to compile / jar classpath. Thanks