On 12/5/06, Haroon Rafique <[EMAIL PROTECTED]> wrote:

I have the following in the <dependencies> section of my pom

        <dependency>
            <groupId>ant-contrib</groupId>
            <artifactId>ant-contrib</artifactId>
            <version>0.6</version>
            <scope>provided</scope>
        </dependency>

If this is something that is only needed at build time, it might be
more appropriate either as a <dependency> of the antrun plugin, or as
a <build><extensions><extension>.

(It's probably not hurting anything on the compile-time classpath, but
the less your compilation classpath differs from runtime, the better.)

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to