[hornetq-commits] JBoss hornetq SVN: r10589 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu May 5 09:36:27 EDT 2011


Author: borges
Date: 2011-05-05 09:36:27 -0400 (Thu, 05 May 2011)
New Revision: 10589

Modified:
   trunk/README
   trunk/pom.xml
Log:
Upgrade the site plugin to 3.0-beta-3. It should work with mvn3.

Modified: trunk/README
===================================================================
--- trunk/README	2011-05-05 13:36:06 UTC (rev 10588)
+++ trunk/README	2011-05-05 13:36:27 UTC (rev 10589)
@@ -7,15 +7,19 @@
 
 [...]
 
-This file describes 'stuff one needs to know' to get started with this project.
+This file describes 'stuff one needs to know' to get started coding in
+this project.
 
 * Maven:
 
-You need Maven 2.2.1. 
+You need Maven 3.X. 
 
-Using Maven 3.X will not work, due to compatibility problems
-<https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html>.
+Do note that there are some compatibility issues with Maven 3.X still unsolved [1]. 
+This is specially true for the 'site' plugin [2].
 
+[1]: <https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html>
+[2]: <https://cwiki.apache.org/MAVEN/maven-3x-and-site-plugin.html>
+
 * TESTS:
 
 To run the unittests

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-05-05 13:36:06 UTC (rev 10588)
+++ trunk/pom.xml	2011-05-05 13:36:27 UTC (rev 10589)
@@ -394,6 +394,7 @@
          </properties>
       </profile>
    </profiles>
+
    <build>
       <pluginManagement>
          <plugins>
@@ -424,7 +425,7 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-site-plugin</artifactId>
-               <version>2.2</version>
+               <version>3.0-beta-3</version>
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>



More information about the hornetq-commits mailing list