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]

Reply via email to