You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/05/01 10:46:00 UTC

svn commit: r1793303 - /axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml

Author: veithen
Date: Mon May  1 10:46:00 2017
New Revision: 1793303

URL: http://svn.apache.org/viewvc?rev=1793303&view=rev
Log:
Clean up surefire excludes in adb-codegen.

Modified:
    axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml

Modified: axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml?rev=1793303&r1=1793302&r2=1793303&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml Mon May  1 10:46:00 2017
@@ -115,15 +115,9 @@
                 <inherited>true</inherited>
                 <configuration>
                     <excludes>
-                        <exclude>**/*Abstract*.java</exclude>
-                        <exclude>**/*Util*.java</exclude>
-                        <exclude>**/*PhaseResolvingTest.java</exclude>
-                        <exclude>**/*UnionQNameTest.java</exclude>
-                        <exclude>**/*UnqualifiedTest.java</exclude>
+                        <exclude>org/apache/axis2/schema/ExtensionUtilityTest.java</exclude>
+                        <exclude>org/apache/axis2/schema/innerparticleextension/TestInnerParticleExtension.java</exclude>
                     </excludes>
-                    <includes>
-                        <include>**/*Test.java</include>
-                    </includes>
                 </configuration>
             </plugin>
 	        <plugin>