(As usual, we suffer from a lot of complexity due to the monolithic source root; include/exclude lists in POMs are surely still far from accurate.) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957607 13f79535-47bb-0310-9956-ffa450edef68master
@@ -60,6 +60,9 @@ | |||||
<include>org/apache/tools/ant/util/regexp/JakartaOro*</include> | <include>org/apache/tools/ant/util/regexp/JakartaOro*</include> | ||||
<include>org/apache/tools/ant/taskdefs/optional/perforce/*</include> | <include>org/apache/tools/ant/taskdefs/optional/perforce/*</include> | ||||
</includes> | </includes> | ||||
<testIncludes> | |||||
<include>org/apache/tools/ant/taskdefs/optional/perforce/*</include> | |||||
</testIncludes> | |||||
</configuration> | </configuration> | ||||
</plugin> | </plugin> | ||||
</plugins> | </plugins> | ||||
@@ -61,6 +61,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<include>org/apache/tools/ant/taskdefs/optional/net/RExec*</include> | <include>org/apache/tools/ant/taskdefs/optional/net/RExec*</include> | ||||
<include>org/apache/tools/ant/taskdefs/optional/net/TelnetTask*</include> | <include>org/apache/tools/ant/taskdefs/optional/net/TelnetTask*</include> | ||||
</includes> | </includes> | ||||
<testIncludes> | |||||
<include>org/apache/tools/ant/taskdefs/optional/net/FTP*</include> | |||||
</testIncludes> | |||||
</configuration> | </configuration> | ||||
</plugin> | </plugin> | ||||
</plugins> | </plugins> | ||||
@@ -60,6 +60,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/taskdefs/optional/ssh/*</include> | <include>org/apache/tools/ant/taskdefs/optional/ssh/*</include> | ||||
</includes> | </includes> | ||||
<testIncludes> | |||||
<include>org/apache/tools/ant/taskdefs/optional/ssh/*</include> | |||||
</testIncludes> | |||||
</configuration> | </configuration> | ||||
</plugin> | </plugin> | ||||
</plugins> | </plugins> | ||||
@@ -86,6 +86,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<excludes> | <excludes> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/junit/JUnit4TestMethodAdapter*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/junit/JUnit4TestMethodAdapter*</exclude> | ||||
</excludes> | </excludes> | ||||
<testIncludes> | |||||
<include>org/apache/tools/ant/taskdefs/optional/junit/</include> | |||||
</testIncludes> | |||||
</configuration> | </configuration> | ||||
</plugin> | </plugin> | ||||
</plugins> | </plugins> | ||||
@@ -131,6 +131,10 @@ | |||||
<exclude>org/apache/tools/ant/taskdefs/email/MimeMailer*</exclude> | <exclude>org/apache/tools/ant/taskdefs/email/MimeMailer*</exclude> | ||||
<exclude>org/apache/tools/ant/launch/**</exclude> | <exclude>org/apache/tools/ant/launch/**</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/StyleTest*</exclude> | <exclude>org/apache/tools/ant/taskdefs/StyleTest*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/junit/</exclude> | |||||
<exclude>org/apache/tools/ant/taskdefs/optional/net/FTP*</exclude> | |||||
<exclude>org/apache/tools/ant/taskdefs/optional/ssh/*</exclude> | |||||
<exclude>org/apache/tools/ant/taskdefs/optional/perforce/*</exclude> | |||||
</testExcludes> | </testExcludes> | ||||
</configuration> | </configuration> | ||||
</plugin> | </plugin> | ||||