This doesn't work. It still ignores the second dependency that has the same groupId and artifactId as a previous one. Changing the artifactId will get it noticed, so my workaround was to change the artifactId then use the <jar> element to "fix" the filename back to what it should be (with the original artifactId). It's ugly but it works.
What does "known issue" in this case mean? Is it something that is going to be fixed? In M1.1 or M2 timeframe? ..David.. -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Saturday, May 14, 2005 7:53 PM To: Maven Users List Subject: Re: Dependencies with the same artifactId/groupId but a different type put the first part of "type" into the version as a workaround. - Brett On 5/14/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > > ----- Original Message ----- > From: "Julien Kirch" <[EMAIL PROTECTED]> > To: "Maven Users List" <[email protected]> > Sent: Saturday, May 14, 2005 1:28 PM > Subject: Re: Dependencies with the same artifactId/groupId but a > different type > > >> 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. > > > > Hi, > > > > It's a known issue in maven 1 > > Is there a way to go around it? Perhaps even manual dependency > downloading in maven.xml or something of the sort? > > > > > Regards > > > > Julein > > > > -------------------------------------------------------------------- > > - 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] > > --------------------------------------------------------------------- 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]
