<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    For more concrete stuff, here is what you should read in your root
    pom.xml<br>
    <br>
    &lt;parent&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;groupId&gt;org.jboss.tools&lt;/groupId&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;artifactId&gt;parent&lt;/artifactId&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;version&gt;3.3.0.Beta3-SNAPSHOT&lt;/version&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
    &lt;relativePath&gt;../build/parent/pom.xml&lt;/relativePath&gt;<br>
    &lt;/parent&gt;<br>
    <br>
    This will poll the parent from JBoss Nexus. We publish the parent to
    Nexus in a CI job. You should also include this to ensure your build
    can find it:<br>
    <br>
    &nbsp; &lt;repositories&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!-- To resolve parent artifact --&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;repository&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;id&gt;jboss-public-repository-group&lt;/id&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;name&gt;JBoss Public Repository Group&lt;/name&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
&lt;url&gt;<a class="moz-txt-link-freetext" href="http://repository.jboss.org/nexus/content/groups/public/">http://repository.jboss.org/nexus/content/groups/public/</a>&lt;/url&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/repository&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;repository&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;id&gt;jboss-snapshots-repository&lt;/id&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;name&gt;JBoss Snapshots Repository&lt;/name&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
&lt;url&gt;<a class="moz-txt-link-freetext" href="https://repository.jboss.org/nexus/content/repositories/snapshots/">https://repository.jboss.org/nexus/content/repositories/snapshots/</a>&lt;/url&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/repository&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;/repositories&gt;<br>
    <br>
    As discussed on other threads, this repositories thing may be
    subject to change later, but&nbsp; it's the easier way for your build to
    work fine and leverage the new stuff we set up for you. So please
    enjoy it ;)<br>
    <br>
    <div class="moz-signature">-- <br>
      Mickael Istria<br>
      Eclipse developer at <a href="http://www.jboss.org/tools">JBoss,
        by Red Hat</a><br>
      <a href="http://mickaelistria.wordpress.com">My blog</a> - <a
        href="http://twitter.com/mickaelistria">My Tweets</a></div>
  </body>
</html>