[
https://issues.apache.org/jira/browse/NUMBERS-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852109#comment-16852109
]
Karl Heinz Marbaise commented on NUMBERS-101:
---------------------------------------------
Done in
[9001f8cbc7e1fd6f73a550b49ed53f6229c82771|https://gitbox.apache.org/repos/asf?p=commons-numbers.git;a=commitdiff;h=c97c21b6d094f1ceaf3d883570c7a84743ee3228;hp=9001f8cbc7e1fd6f73a550b49ed53f6229c82771]
> 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
> Priority: Trivial
> Fix For: 1.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> *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)