[jboss-cvs] JBossAS SVN: r73416 - projects/jboss-aspects/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 15 07:50:53 EDT 2008


Author: wolfc
Date: 2008-05-15 07:50:53 -0400 (Thu, 15 May 2008)
New Revision: 73416

Modified:
   projects/jboss-aspects/trunk/build/pom.xml
Log:
JBASPECT-16: removed surefire configuration

Modified: projects/jboss-aspects/trunk/build/pom.xml
===================================================================
--- projects/jboss-aspects/trunk/build/pom.xml	2008-05-15 11:30:44 UTC (rev 73415)
+++ projects/jboss-aspects/trunk/build/pom.xml	2008-05-15 11:50:53 UTC (rev 73416)
@@ -1,3 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  This pom functions as a default configuration.  The subproject
+  poms each inherit configuration from this one.
+
+  When adding version information for an artifact please do the following
+  - add a version property for the specific version
+  - add a dependency in the dependencyManagement section which refers to
+    the property
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.jboss</groupId>
@@ -95,17 +105,6 @@
           <artifactId>maven-jar-plugin</artifactId>
           <version>2.2</version>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.1</version>
-          <configuration>
-            <redirectTestOutputToFile>true</redirectTestOutputToFile>
-            <includes>
-              <include>org/jboss/test/**/*TestCase.java</include>
-            </includes>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>
@@ -182,7 +181,12 @@
           <exclusion>
             <groupId>jboss</groupId>
             <artifactId>jboss-logging-spi</artifactId>
-          </exclusion>           
+          </exclusion> 
+          <!-- AOP depends on org.jboss.microcontainer:jboss-container which is deprecated --> 
+          <exclusion>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-container</artifactId>
+          </exclusion>
         </exclusions>        
       </dependency>
       


Property changes on: projects/jboss-aspects/trunk/build/pom.xml
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list