[hornetq-commits] JBoss hornetq SVN: r10607 - trunk/hornetq-rest.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 9 11:00:42 EDT 2011


Author: borges
Date: 2011-05-09 11:00:42 -0400 (Mon, 09 May 2011)
New Revision: 10607

Modified:
   trunk/hornetq-rest/pom.xml
Log:
Remove duplicated plugin declarations

Modified: trunk/hornetq-rest/pom.xml
===================================================================
--- trunk/hornetq-rest/pom.xml	2011-05-09 14:32:23 UTC (rev 10606)
+++ trunk/hornetq-rest/pom.xml	2011-05-09 15:00:42 UTC (rev 10607)
@@ -116,18 +116,12 @@
     <build>
         <pluginManagement>
             <plugins>
-
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
                     <version>2.4</version>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-5</version>
-                </plugin>
-                <plugin>
                     <inherited>true</inherited>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
@@ -143,11 +137,6 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.4</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
                     <configuration>
                         <linkXref>true</linkXref>
@@ -245,10 +234,6 @@
                     maven-project-info-reports-plugin
                 </artifactId>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-            </plugin>
         </plugins>
     </reporting>
 </project>



More information about the hornetq-commits mailing list