You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brett Porter <br...@gmail.com> on 2004/08/18 02:12:45 UTC

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 <mr...@tele2.ch> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Pom - ignored dependency ?

Posted by Dan R Greening <gr...@bigtribe.com>.
Not only is the bug posted there, but I also uploaded a patch.
mr.x@tele2.ch, 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:brett.porter@gmail.com] 
> 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 <mr...@tele2.ch> 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: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org