[
https://issues.apache.org/jira/browse/NUMBERS-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16850185#comment-16850185
]
Karl Heinz Marbaise commented on NUMBERS-101:
---------------------------------------------
NUMBERS-103 should be done first so I can rebase this PR and remove the
configuration change in {{.travis.yml}}.
> 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: 10m
> 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)