[jboss-cvs] JBossAS SVN: r81332 - projects/jboss-man/branches/Branch_2_0/metatype.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 19 17:42:16 EST 2008


Author: scott.stark at jboss.org
Date: 2008-11-19 17:42:15 -0500 (Wed, 19 Nov 2008)
New Revision: 81332

Modified:
   projects/jboss-man/branches/Branch_2_0/metatype/pom.xml
Log:
JBMAN-38, exclude the UnwrapValueUnitTestCase for the CR5 release


Modified: projects/jboss-man/branches/Branch_2_0/metatype/pom.xml
===================================================================
--- projects/jboss-man/branches/Branch_2_0/metatype/pom.xml	2008-11-19 22:19:53 UTC (rev 81331)
+++ projects/jboss-man/branches/Branch_2_0/metatype/pom.xml	2008-11-19 22:42:15 UTC (rev 81332)
@@ -18,8 +18,12 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <testFailureIgnore>false</testFailureIgnore>
+          <excludes>
+<!-- Exclude until JBMAN-38 is resolved -->
+            <exclude>**/UnwrapValueUnitTestCase.java</exclude>
+          </excludes>
         </configuration>
-      </plugin>   	   
+      </plugin>
     </plugins>
   </build>
   
@@ -66,4 +70,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>  
-</project>
\ No newline at end of file
+</project>




More information about the jboss-cvs-commits mailing list