<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 02/08/2013 10:54 PM, Nick Boldt
wrote:<br>
</div>
<blockquote cite="mid:51157410.5050007@redhat.com" type="cite">
<pre wrap="">Your build log will state which version of .target file is being fetched
from Nexus. That version will map 1:1 to a folder on download.jboss.org.
For example:
> Downloading:
<a class="moz-txt-link-freetext" href="https://repository.jboss.org/nexus/content/groups/developer/org/jboss/tools/targetplatforms/jbosstools-unified/4.30.2.Alpha1-SNAPSHOT/maven-metadata.xml">https://repository.jboss.org/nexus/content/groups/developer/org/jboss/tools/targetplatforms/jbosstools-unified/4.30.2.Alpha1-SNAPSHOT/maven-metadata.xml</a>
Maps to this target platform:
<a class="moz-txt-link-freetext" href="http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.30.2.Alpha1-SNAPSHOT/">http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.30.2.Alpha1-SNAPSHOT/</a>
Should you need to build against a different target platform than the
versions stated in the parent pom, you can override with this:
> mvn verify -DTARGET_PLATFORM_VERSION=4.21.4.Final-SNAPSHOT
</pre>
</blockquote>
By the way, we do maintain a "maximum" and "minimum" profiles for
you which define the version of target-platfrom we support. Instead
of using the -DTARGET_PLATFORM_VERSION and choosing a version of the
TP, you should use "-Pmaximum" or "-Pminimum" which will set you the
right version of supported Target Platfroms for this build.<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>