The unnecessary junk is referring to bogus path entries on the
maven.dependency.classpath. For example, lets say my dependency is the
following in my project.xml:
                <dependency>
                        <id>jboss-server+dist</id>
                        <type>distribution</type>
                        <version>3.0.2</version>
                        <artifact>jboss-3.0.2.zip</artifact>
                </dependency>

Then the maven.dependency.classpath will contain:
        ${maven.repo.local}/jboss-server/jars/jboss-3.0.2.zip
even though this dependency is not used for compiling (i.e. jar) and
doesn't exist at the location.

Regards,

--mike

On 2 Oct 2002, Jason van Zyl wrote:

> On Wed, 2002-10-02 at 14:38, Michael McKibben wrote:
> > Small tweaks to the CreateDependencyClasspath Jelly tag so that
> > unnecessary junk isn't added to the maven.dependency.classpath.
>
> What is 'unnecessary junk' ?
>
> > Regards,
> >
> > --mike
> > ----
> >
>
> > --
> > To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
> --
> jvz.
>
> Jason van Zyl
> [EMAIL PROTECTED]
> http://tambora.zenplex.org
>
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
>
>   -- Jacques Ellul, The Technological Society
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to