[jboss-cvs] JBossAS SVN: r102642 - projects/aop/trunk/asintegration-jmx.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 19 17:38:55 EDT 2010


Author: flavia.rainone at jboss.com
Date: 2010-03-19 17:38:55 -0400 (Fri, 19 Mar 2010)
New Revision: 102642

Modified:
   projects/aop/trunk/asintegration-jmx/.classpath
   projects/aop/trunk/asintegration-jmx/pom.xml
Log:
[JBAOP-772] Removed srt/test from pom and from classpath

Modified: projects/aop/trunk/asintegration-jmx/.classpath
===================================================================
--- projects/aop/trunk/asintegration-jmx/.classpath	2010-03-19 21:33:26 UTC (rev 102641)
+++ projects/aop/trunk/asintegration-jmx/.classpath	2010-03-19 21:38:55 UTC (rev 102642)
@@ -1,6 +1,4 @@
 <classpath>
-  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
-  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
   <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
   <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
   <classpathentry kind="output" path="target/classes"/>

Modified: projects/aop/trunk/asintegration-jmx/pom.xml
===================================================================
--- projects/aop/trunk/asintegration-jmx/pom.xml	2010-03-19 21:33:26 UTC (rev 102641)
+++ projects/aop/trunk/asintegration-jmx/pom.xml	2010-03-19 21:38:55 UTC (rev 102642)
@@ -23,87 +23,12 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.3</version>
-        <executions>
-          <execution>
-            <id>test-jar</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <excludes>
-            <exclude>org/jboss/test/aop/classpool/ucl/support/excluded/**</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.5</version>
         <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-          <forkMode>always</forkMode>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          <systemPropertyVariables>
-            <build.testlog>target/surefire-reports/tests.log</build.testlog>
-          </systemPropertyVariables>
+          <skipTests>true</skipTests>
         </configuration>
       </plugin>
-      <plugin>
-       <groupId>org.apache.maven.plugins</groupId>
-       <artifactId>maven-surefire-report-plugin</artifactId>
-       <version>2.5</version>
-       <executions>
-         <execution>
-           <id>surefire-report</id>
-           <goals>
-             <goal>report-only</goal>
-           </goals>
-           <phase>package</phase>
-         </execution>
-       </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <id>create-test-jars</id>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <phase>process-test-classes</phase>
-            <configuration>
-              <tasks>
-                <property name="test.jar.suffix" value="-test-classpool-"/>
-                <jar destfile="${project.build.directory}/${project.artifactId}${test.jar.suffix}a1.jar"
-                  basedir="${project.build.testOutputDirectory}" 
-                  includes="org/jboss/test/aop/classpool/ucl/support/excluded/a/*.class"/>
-                <jar destfile="${project.build.directory}/${project.artifactId}${test.jar.suffix}a2.jar"
-                  basedir="${project.build.testOutputDirectory}" 
-                  includes="org/jboss/test/aop/classpool/ucl/support/excluded/a/*.class"/>
-                <jar destfile="${project.build.directory}/${project.artifactId}${test.jar.suffix}b1.jar"
-                  basedir="${project.build.testOutputDirectory}" 
-                  includes="org/jboss/test/aop/classpool/ucl/support/excluded/b/*.class"/>
-                <jar destfile="${project.build.directory}/${project.artifactId}${test.jar.suffix}b2.jar"
-                  basedir="${project.build.testOutputDirectory}" 
-                  includes="org/jboss/test/aop/classpool/ucl/support/excluded/b/*.class"/>
-                <jar destfile="${project.build.directory}/${project.artifactId}${test.jar.suffix}c1.jar"
-                  basedir="${project.build.testOutputDirectory}" 
-                  includes="org/jboss/test/aop/classpool/ucl/support/excluded/c/*.class"/>
-                <jar destfile="${project.build.directory}/${project.artifactId}${test.jar.suffix}c2.jar"
-                  basedir="${project.build.testOutputDirectory}" 
-                  includes="org/jboss/test/aop/classpool/ucl/support/excluded/c/*.class"/>
-               <delete dir="${project.build.testOutputDirectory}/org/jboss/test/aop/classpool/ucl/support/excluded"/>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
   




More information about the jboss-cvs-commits mailing list