Karl Heinz Marbaise created NUMBERS-101:
-------------------------------------------
Summary: Cleanup build configuration for maven-surefire-plugin
Key: NUMBERS-101
URL: https://issues.apache.org/jira/browse/NUMBERS-101
Project: Commons Numbers
Issue Type: Task
Affects Versions: 1.0
Reporter: Karl Heinz Marbaise
Fix For: 1.0
*Problem*
* currently the configuration for {{maven-surefire-plugin}} is given with
configuration like this:
{code:xml}
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/*AbstractTest.java</exclude>
</excludes>
{code}
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)