Hello!

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>

Thank you in advance!

-- 
Eugene N Dzhurinsky

Attachment: pgpckeyKQHM7O.pgp
Description: PGP signature

Reply via email to