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]