[jboss-cvs] JBossAS SVN: r90391 - projects/metadata/common/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 18 04:28:44 EDT 2009


Author: alex.loubyansky at jboss.com
Date: 2009-06-18 04:28:43 -0400 (Thu, 18 Jun 2009)
New Revision: 90391

Modified:
   projects/metadata/common/trunk/pom.xml
Log:
exclude local tests and resources from the jar with common test classes

Modified: projects/metadata/common/trunk/pom.xml
===================================================================
--- projects/metadata/common/trunk/pom.xml	2009-06-18 08:19:34 UTC (rev 90390)
+++ projects/metadata/common/trunk/pom.xml	2009-06-18 08:28:43 UTC (rev 90391)
@@ -43,6 +43,13 @@
             <goals>
               <goal>test-jar</goal>
             </goals>
+            <configuration>
+               <excludes>
+                  <exclude>org/jboss/test/metadata/javaee/*TestCase.class</exclude>
+                  <exclude>org/jboss/test/metadata/javaee/*TestCase$*.class</exclude>
+                  <exclude>org/jboss/test/metadata/javaee/*.xml</exclude>
+               </excludes>
+            </configuration> 
           </execution>
         </executions>
       </plugin>




More information about the jboss-cvs-commits mailing list