[jboss-cvs] JBossAS SVN: r62812 - projects/microcontainer/trunk/aop-mc-int.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 4 10:44:34 EDT 2007


Author: pgier
Date: 2007-05-04 10:44:34 -0400 (Fri, 04 May 2007)
New Revision: 62812

Modified:
   projects/microcontainer/trunk/aop-mc-int/pom.xml
Log:
Removing some extra stuff from pom.

Modified: projects/microcontainer/trunk/aop-mc-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/pom.xml	2007-05-04 14:42:54 UTC (rev 62811)
+++ projects/microcontainer/trunk/aop-mc-int/pom.xml	2007-05-04 14:44:34 UTC (rev 62812)
@@ -75,46 +75,6 @@
             </configuration>
           </execution>
           <execution>
-            <id>weave-separate</id>
-            <phase>test</phase>
-            <goals>
-              <goal>test</goal>
-            </goals>
-            <configuration>
-              <skip>true</skip>
-              <includes>
-                <include>org/jboss/test/microcontainer/test/JndiDecoratedTestCase.java</include>
-                <include>org/jboss/test/microcontainer/test/MultipleLifecycleTestCase.java</include>
-                <include>org/jboss/test/microcontainer/test/SimpleAspectUseCaseXmlTestCase.java</include>
-              </includes>
-              <useSystemClassLoader>true</useSystemClassLoader>
-              <argLine>-Djava.system.class.loader=org.jboss.aop.standalone.SystemClassLoader</argLine>
-              <reportsDirectory>${project.build.directory}/surefire-reports/weave</reportsDirectory>     
-              <systemProperties>
-                <property>
-                  <name>jboss.aop.exclude</name>
-                  <value>org.jboss.,org.apache.</value>
-                </property>
-                <property>
-                  <name>jboss.aop.include</name>
-                  <value>org.jboss.test.</value>
-                </property>
-                <property>
-                  <name>jboss-junit-configuration</name>
-                  <value>weave</value>
-                </property>
-                <property>
-                  <name>build.testlog</name>
-                  <value>target/log</value>
-                </property>
-                <property>
-                  <name>jboss.aop.verbose</name>
-                  <value>true</value>
-                </property>
-              </systemProperties>
-            </configuration>
-          </execution>
-          <execution>
             <id>weave-secure</id>
             <phase>test</phase>
             <goals>
@@ -510,42 +470,5 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>generate-test-report</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-report-plugin</artifactId>
-            <version>2.3</version>
-            <executions>
-              <execution>
-                <phase>install</phase>
-                <goals>
-                  <goal>report-only</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
-  <!--<reporting>
-    <plugins>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.3</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>report-only</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>-->
 </project>




More information about the jboss-cvs-commits mailing list