Hi,

I have a project with the following dependencies:

        <dependency>
            <groupId>mevenide</groupId>
            <artifactId>mevenide-core</artifactId>
            <version>0.8-SNAPSHOT</version>
            <type>jar</type>
            <properties>
                <idea.plugin.bundle>true</idea.plugin.bundle>
            </properties>
        </dependency>
        <dependency>
            <groupId>mevenide</groupId>
            <artifactId>mevenide-core</artifactId>
            <version>0.8-SNAPSHOT</version>
            <type>src.jar</type>
        </dependency>
        <dependency>
            <groupId>mevenide</groupId>
            <artifactId>mevenide-core</artifactId>
            <version>0.8-SNAPSHOT</version>
            <type>javadoc.jar</type>
        </dependency>

For some reason, maven (1.0.2) only downloads the first dependency - in this 
case, of type 'jar'. The others are never downloaded. I've tried emptying the 
repository to make sure they are not somehow cached.

It seems that maven does not correctly handle identical dependencies with only 
different types - is this true? Each of these dependencies DOES get downloaded 
if I comment the other two.

Thanks,
    Arik.

Reply via email to