I have just moved to a new machine and installed a new maven (version 3) but it keeps complaining about project dependencies even though I can see them in the repository myself and all the repository declarations in pom.xml are correct. i can paste their url in the browser and they resolve fine. Some are even in the .m2 folder.

most of the ones it complain about are those from jboss

        <repository>
        <id>jboss-repository</id>
        <name>Jboss Repository</name>
        <url>https://repository.jboss.org/nexus/content/groups/public/</url>
    </repository>

any ideas? Tx

link|improve this question

75% accept rate
feedback

1 Answer

Looks like the URL is not correct. It should be

http://repository.jboss.org/nexus/content/groups/public/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.