Not only is the bug posted there, but I also uploaded a patch.
[EMAIL PROTECTED], can you please test it and report back?

http://jira.codehaus.org/browse/MAVEN-1087

Brett: Do you plan to put my patch in the source code?  The patch also
includes changes to the unit tests to make sure it worked.

Dan Greening, Ph.D.  CEO BigTribe http://dan.greening.name/contact.htm 
 

> -----Original Message-----
> From: Brett Porter [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 17, 2004 5:13 PM
> To: Maven Users List
> Subject: Re: Pom - ignored dependency ?
> 
> refer to JIRA, this is already posted there.
> 
> Rolf, please post to the list with the correct email address. 
> I continually have to moderate your posts through.
> 
> - Brett
> 
> On Tue, 17 Aug 2004 08:05:55 +0200, mr.x <[EMAIL PROTECTED]> wrote:
> > Hello maven'ers
> > 
> > I would like to include two dependencies. The second (javadoc) 
> > dependencies always gets ignored (Means: not downloaded, 
> not in ${pom.artifacts}):
> > 
> >             <dependency>
> >                 <groupId>tt-sls-sdk</groupId>
> >                 <artifactId>tt-sls-sdk-toolkit</artifactId>
> >                         <version>SNAPSHOT</version>
> >                         <type>jar</type>
> >                     <properties />
> >             </dependency>
> >             <dependency>
> >                 <groupId>tt-sls-sdk</groupId>
> >                 <artifactId>tt-sls-sdk-toolkit</artifactId>
> >                         <version>SNAPSHOT</version>
> >                         <type>javadoc</type>
> >                     <properties>
> > 
> > <ttdist.location>./tt-sls-sdk-toolkit</ttdist.location>
> >                         </properties>
> >             </dependency>
> > This look like a bug for me.
> > The idea is to create a specific "distribution" including 
> the javadoc 
> > of tt-sls-sdk-toolkit i specify the property "ttdist.location" for 
> > setting the "target directory" in this example (works in other 
> > projects an if only one dep is used..)
> > 
> > Thanks for some "ideas"
> > 
> > Cheers
> > Rolf
> > 
> > 
> ---------------------------------------------------------------------
> > 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]

Reply via email to