Maven Tools

< Main Index JBoss Central >


JBoss Maven Integration


Quick fixes for missing JBoss / Red Hat dependencies If, for some reason, you imported a project having some JBoss dependencies, but the JBoss repositories themselves are not defined in the pom.xml, there's a chance maven won't be able to resolve the dependencies unless the required repositories are defined in your settings.xml.

If a missing dependency groupId is prefixed with "org.jboss", the associated error marker will propose the following quick fix : "See how to setup JBoss repositories in your settings.xml" and will open http://community.jboss.org/wiki/MavenGettingStarted-Users in the browser :

Similarly, if the missing dependency version contains "-redhat", the quick fix label will be "See how to setup JBoss Enterprise repositories in your settings.xml" and will open http://community.jboss.org/wiki/SettingUpTheJBossEnterpriseRepositories :

See JBIDE-9921 for more details.