I have the following dependency list for a WEB application. The second dependency is
ignored because it has the same name as the the first dependency, even though they are
different types.
Does Maven expect to have duplicate dependency names/keys for different types in the
future ???
Thanks
Pat
<dependency>
<groupId>mtcom</groupId>
<artifactId>mt-webutil</artifactId>
<version>0.1</version>
<properties><war.bundle>true</war.bundle></properties>
</dependency>
<dependency>
<groupId>mtcom</groupId>
<artifactId>mt-webutil</artifactId>
<version>0.1</version>
<type>tld</type>
<properties><war.bundle>true</war.bundle></properties>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]