[hornetq-commits] JBoss hornetq SVN: r10654 - in trunk/tests: integration-tests and 5 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri May 13 07:00:33 EDT 2011


Author: borges
Date: 2011-05-13 07:00:33 -0400 (Fri, 13 May 2011)
New Revision: 10654

Modified:
   trunk/tests/concurrent-tests/pom.xml
   trunk/tests/integration-tests/pom.xml
   trunk/tests/joram-tests/pom.xml
   trunk/tests/performance-tests/pom.xml
   trunk/tests/soak-tests/pom.xml
   trunk/tests/stress-tests/pom.xml
   trunk/tests/timing-tests/pom.xml
Log:
Fix incorrect scope, remove unnecessary plugins and non-standard resource locations

Modified: trunk/tests/concurrent-tests/pom.xml
===================================================================
--- trunk/tests/concurrent-tests/pom.xml	2011-05-13 10:28:07 UTC (rev 10653)
+++ trunk/tests/concurrent-tests/pom.xml	2011-05-13 11:00:33 UTC (rev 10654)
@@ -30,19 +30,19 @@
          <groupId>org.hornetq.tests</groupId>
          <artifactId>unit-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>integration-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>jms-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>
@@ -111,11 +111,6 @@
    </dependencies>
 
    <build>
-      <testResources>
-         <testResource>
-            <directory>config</directory>
-         </testResource>
-      </testResources>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -127,14 +122,6 @@
                </includes>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.6</source>
-               <target>1.6</target>
-            </configuration>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2011-05-13 10:28:07 UTC (rev 10653)
+++ trunk/tests/integration-tests/pom.xml	2011-05-13 11:00:33 UTC (rev 10654)
@@ -16,13 +16,13 @@
          <groupId>org.hornetq.tests</groupId>
          <artifactId>jms-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>unit-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>

Modified: trunk/tests/joram-tests/pom.xml
===================================================================
--- trunk/tests/joram-tests/pom.xml	2011-05-13 10:28:07 UTC (rev 10653)
+++ trunk/tests/joram-tests/pom.xml	2011-05-13 11:00:33 UTC (rev 10654)
@@ -30,13 +30,13 @@
          <groupId>org.hornetq.tests</groupId>
          <artifactId>unit-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>integration-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>
@@ -105,20 +105,12 @@
    </dependencies>
 
    <build>
-      <testResources>
-         <testResource>
-            <directory>config</directory>
-         </testResource>
-      </testResources>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
                <skipTests>${skipJoramTests}</skipTests>
-               <includes>
-                  <include>**/*Test.java</include>
-               </includes>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/performance-tests/pom.xml
===================================================================
--- trunk/tests/performance-tests/pom.xml	2011-05-13 10:28:07 UTC (rev 10653)
+++ trunk/tests/performance-tests/pom.xml	2011-05-13 11:00:33 UTC (rev 10654)
@@ -30,19 +30,19 @@
          <groupId>org.hornetq.tests</groupId>
          <artifactId>unit-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>integration-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>jms-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>
@@ -111,11 +111,6 @@
    </dependencies>
 
    <build>
-      <testResources>
-         <testResource>
-            <directory>config</directory>
-         </testResource>
-      </testResources>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -127,14 +122,6 @@
                </includes>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.6</source>
-               <target>1.6</target>
-            </configuration>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/soak-tests/pom.xml
===================================================================
--- trunk/tests/soak-tests/pom.xml	2011-05-13 10:28:07 UTC (rev 10653)
+++ trunk/tests/soak-tests/pom.xml	2011-05-13 11:00:33 UTC (rev 10654)
@@ -30,19 +30,19 @@
          <groupId>org.hornetq.tests</groupId>
          <artifactId>unit-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>integration-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>jms-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>
@@ -111,11 +111,6 @@
    </dependencies>
 
    <build>
-      <testResources>
-         <testResource>
-            <directory>config</directory>
-         </testResource>
-      </testResources>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -127,14 +122,6 @@
                </includes>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.6</source>
-               <target>1.6</target>
-            </configuration>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/stress-tests/pom.xml
===================================================================
--- trunk/tests/stress-tests/pom.xml	2011-05-13 10:28:07 UTC (rev 10653)
+++ trunk/tests/stress-tests/pom.xml	2011-05-13 11:00:33 UTC (rev 10654)
@@ -30,19 +30,19 @@
          <groupId>org.hornetq.tests</groupId>
          <artifactId>unit-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>integration-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>jms-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>
@@ -111,11 +111,6 @@
    </dependencies>
 
    <build>
-      <testResources>
-         <testResource>
-            <directory>config</directory>
-         </testResource>
-      </testResources>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -127,14 +122,6 @@
                </includes>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.6</source>
-               <target>1.6</target>
-            </configuration>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/timing-tests/pom.xml
===================================================================
--- trunk/tests/timing-tests/pom.xml	2011-05-13 10:28:07 UTC (rev 10653)
+++ trunk/tests/timing-tests/pom.xml	2011-05-13 11:00:33 UTC (rev 10654)
@@ -30,19 +30,19 @@
          <groupId>org.hornetq.tests</groupId>
          <artifactId>unit-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>integration-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>jms-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>
@@ -111,30 +111,14 @@
    </dependencies>
 
    <build>
-      <testResources>
-         <testResource>
-            <directory>config</directory>
-         </testResource>
-      </testResources>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
                <skipTests>${skipTimingTests}</skipTests>
-               <includes>
-                  <include>**/*Test.java</include>
-               </includes>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.6</source>
-               <target>1.6</target>
-            </configuration>
-         </plugin>
       </plugins>
    </build>
 



More information about the hornetq-commits mailing list