[hornetq-commits] JBoss hornetq SVN: r10625 - in trunk/hornetq-rest: hornetq-rest and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 11 11:10:29 EDT 2011


Author: borges
Date: 2011-05-11 11:10:29 -0400 (Wed, 11 May 2011)
New Revision: 10625

Modified:
   trunk/hornetq-rest/hornetq-rest/pom.xml
   trunk/hornetq-rest/pom.xml
Log:
Remove unnecessary and misconfigured plugin declarations

Modified: trunk/hornetq-rest/hornetq-rest/pom.xml
===================================================================
--- trunk/hornetq-rest/hornetq-rest/pom.xml	2011-05-11 15:09:46 UTC (rev 10624)
+++ trunk/hornetq-rest/hornetq-rest/pom.xml	2011-05-11 15:10:29 UTC (rev 10625)
@@ -86,25 +86,12 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                </configuration>
-            </plugin>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
                <skipTests>${skipRestTests}</skipTests>
             </configuration>
-            <version>2.4</version>
          </plugin>
         </plugins>
     </build>

Modified: trunk/hornetq-rest/pom.xml
===================================================================
--- trunk/hornetq-rest/pom.xml	2011-05-11 15:09:46 UTC (rev 10624)
+++ trunk/hornetq-rest/pom.xml	2011-05-11 15:10:29 UTC (rev 10625)
@@ -142,7 +142,7 @@
                         <linkXref>true</linkXref>
                         <sourceEncoding>utf-8</sourceEncoding>
                         <minimumTokens>100</minimumTokens>
-                        <targetJdk>1.5</targetJdk>
+                        <targetJdk>1.6</targetJdk>
                     </configuration>
                 </plugin>
                 <plugin>
@@ -163,18 +163,6 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
                 <configuration>
                     <createChecksum>true</createChecksum>



More information about the hornetq-commits mailing list