Eugeny, Please submit a bug report to m2eclipse jira at http://jira.codehaus.org/browse/MNGECLIPSE It would help if you provide complete test projects that would allow to reproduce this issue.
Thanks Eugene PS: you should be able to post to m2eclipse mailing list using Nabble web interface http://www.nabble.com/Maven-Eclipse---User-f14525.html Eugeny N Dzhurinsky-2 wrote: > > Sorry for disturbind the community, but for some reason I can't subscribe > to > m2eclipse user list (because of spam issues with IP of my provider), and I > know this mailing list is being read by the m2eclipse developers. > > I recently found weird issue - if I add nu.validator.htmlparser and > org.htmlparser as dependencies of my project, only the first dependency is > resolved. The pom.xml contains dependency tags for both of these libraries > and > maven-eclipse-plugin generates correct project. > > This is easy to reproduce with the creation of simple project and adding > both > of these dependencies to it: > > <dependency> > <groupId>nu.validator.htmlparser</groupId> > <artifactId>htmlparser</artifactId> > <version>1.1.0</version> > </dependency> > <dependency> > <groupId>org.htmlparser</groupId> > <artifactId>htmlparser</artifactId> > <version>1.6</version> > </dependency> > -- View this message in context: http://www.nabble.com/m2eclipse-error---dependencies-with-same-artifact-id-but-different-groups-are-not-resolved-tp20147661p20154150.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
