I would doubt that maven.compile.classpath has the runtime-scoped deps
in it. So you might want to try maven.runtime.classpath or something
(unsure of the exact term).

But as Michael already stated, you'll want to add it as
<scope>runtime</scope> when you declare the dependency.

Wayne

On 4/11/08, Michael <[EMAIL PROTECTED]> wrote:
> Krishnamurthi, Venkat wrote:
> > I want this dependency as a run-time dependency. I'm using the antrun
> > plugin to launch the application.
> >
>
> Define it as a runtime dependency in Maven.
>
> --
> <NO> OOXML - Say NO To Microsoft Office broken standard
> http://www.noooxml.org
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to