Author: fbricon
Date: 2011-12-13 05:14:08 -0500 (Tue, 13 Dec 2011)
New Revision: 37260
Modified:
trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html
Log:
JBIDE-10386 : maven quickfixes N&N
Modified: trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html 2011-12-13 10:04:36 UTC
(rev 37259)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.M5.html 2011-12-13 10:14:08 UTC
(rev 37260)
@@ -37,6 +37,8 @@
<td valign="top" align="left">
<a name="itemname1" id="itemname1"></a><b>Quick
fixes for missing JBoss / Red Hat dependencies </b></td>
<td valign="top">
+ 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.
<p>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 <a
href="http://community.jboss.org/wiki/MavenGettingStarted-Users"...
in the browser :