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]

Reply via email to