Why don't you use what is used in trunk? It will be hard to find difference between trunk and branch if you don't use the same thing in the same way.

Emmanuel

[EMAIL PROTECTED] a écrit :
Author: carlos
Date: Thu Sep  7 11:43:20 2006
New Revision: 441173

URL: http://svn.apache.org/viewvc?view=rev&rev=441173
Log:
[CONTINUUM-667] Exclude BuildProjectTaskExecutorTest

Modified:
    maven/continuum/branches/continuum-acegi/continuum-core/pom.xml

Modified: maven/continuum/branches/continuum-acegi/continuum-core/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-core/pom.xml?view=diff&rev=441173&r1=441172&r2=441173
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-core/pom.xml (original)
+++ maven/continuum/branches/continuum-acegi/continuum-core/pom.xml Thu Sep  7 
11:43:20 2006
@@ -159,4 +159,19 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- TODO: test not working -->
+            <exclude>**/BuildProjectTaskExecutorTest.*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>






Reply via email to