I want this dependency as a run-time dependency. I'm using the antrun plugin to launch the application.
Thanks, Venkat -----Original Message----- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 5:18 PM To: Maven Users List Subject: Re: Using antrun plugin You should probably just add the jar as a dependency in your pom, just like any other dependency, and then it will be included in the compile classpath assuming you set the scope properly. Wayne On 4/11/08, Krishnamurthi, Venkat <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to append an additional jar to "maven.compile.classpath" > while using the antrun plugin. > > <configuration> > <tasks> > <property name="classpath" > refid="maven.compile.classpath"/> > </tasks> > > How do I add a maven snapshot build jar (or any other external) to > this classpath? > > Thanks, > Venkat > > > > --------------------------------------------------------------------- > 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]
