Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.0
-
None
-
None
Description
Problem
- currently the configuration for maven-surefire-plugin is given with configuration like this:
<includes> <include>**/*Test.java</include> </includes> <excludes> <exclude>**/*AbstractTest.java</exclude> </excludes>
The configuration violates convention over configuration paradigm. The exception here is *AbstractTest.java but there is no java class like this in Test code at the moment.
Goal
- Remove the configuration which is not needed and keep the convention over configuration paradigm.
Attachments
Issue Links
- is blocked by
-
NUMBERS-103 Travis build fails every time based on usage of oraclejdk8
- Closed
- links to