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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 29 12:17:51 EDT 2011


Author: borges
Date: 2011-04-29 12:17:51 -0400 (Fri, 29 Apr 2011)
New Revision: 10577

Modified:
   trunk/pom.xml
Log:
Add the help plugin. Useful to debug maven.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-04-29 13:43:08 UTC (rev 10576)
+++ trunk/pom.xml	2011-04-29 16:17:51 UTC (rev 10577)
@@ -527,6 +527,11 @@
                </execution>
             </executions>
          </plugin>
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-help-plugin</artifactId>
+           <version>2.1.1</version>
+         </plugin>
       </plugins>
 
    </build>



More information about the hornetq-commits mailing list