[jboss-cvs] JBossAS SVN: r106041 - projects/specs/trunk/jboss-javaee-6.0.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 14 22:02:08 EDT 2010


Author: sboscarine
Date: 2010-06-14 22:02:08 -0400 (Mon, 14 Jun 2010)
New Revision: 106041

Modified:
   projects/specs/trunk/jboss-javaee-6.0/pom.xml
Log:
rephrased comments for clarity

Modified: projects/specs/trunk/jboss-javaee-6.0/pom.xml
===================================================================
--- projects/specs/trunk/jboss-javaee-6.0/pom.xml	2010-06-15 01:57:04 UTC (rev 106040)
+++ projects/specs/trunk/jboss-javaee-6.0/pom.xml	2010-06-15 02:02:08 UTC (rev 106041)
@@ -24,12 +24,13 @@
       <url>http://fisheye.jboss.org/browse/JBossAS/projects/specs/trunk/jboss-javaee-6.0</url>
    </scm>
 
-   <!-- This repository declaration exists so that Maven 2.2.x clients will download the spec bom.  -->
-   <!-- If you do not include it, Maven 3.x will build correctly, but 2.2.x will fail and throw an error. -->
-   <!-- If your project has the jboss-public-repository as one of it's declared repositories and consumes this spec jar, --> 
-   <!-- it will download the spec artifact correctly, but won't find the org.jboss.spec:jboss-javaee6-specs-bom artifact. -->
+   <!-- This repository declaration exists so that Maven 2.2.x clients will download the Spec BOM.  -->
+   <!-- If you do not include it, projects consuming this artifact and built in Maven 3.x will build correctly,  -->
+   <!-- but will throw an error if built with 2.2.x.  If your project has the jboss-public-repository as one of it's -->
+   <!-- declared repositories and consumes this spec jar, it will download the spec artifact correctly, -->
+   <!-- but won't find the org.jboss.spec:jboss-javaee6-specs-bom artifact. -->
    <!-- This declaration can be removed once all the spec POM's dependencies are in the Maven Central Repo. -->
-   <!-- Since the spec POM is consumed by end-users via the archetypes, it needs to be work with projects built under Maven 2.x -->
+   <!-- Since the spec POM is consumed by end-users via the archetypes, it needs to be work with projects built under Maven 2.x. -->
    <repositories>
       <repository>
          <id>jboss-public-repository</id>



More information about the jboss-cvs-commits mailing list