Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Resolved
-
2.0.0-alpha, 1.9.0
-
None
-
None
Description
Currently the configuration for maven-failsafe-plugin contains a number of excludes and includes
<configuration> <includes> <include>**/*IT.java</include> <include>**/*IT.groovy</include> <include>**/*ITCase.java</include> <include>**/*ITCase.groovy</include> </includes> <excludes> <exclude>**/*ManualIT.java</exclude> <exclude>**/*ManualIT.groovy</exclude> </excludes>
only the default *IT.java is used which means the whole configuration can be removed because *IT.java is the default.
Attachments
Issue Links
- links to