[ 
https://issues.apache.org/jira/browse/NUMBERS-101?focusedWorklogId=249643&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-249643
 ]

ASF GitHub Bot logged work on NUMBERS-101:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/May/19 21:19
            Start Date: 28/May/19 21:19
    Worklog Time Spent: 10m 
      Work Description: khmarbaise commented on pull request #37: [NUMBERS-101] 
- Cleanup build configuration for maven-surefire-plugin
URL: https://github.com/apache/commons-numbers/pull/37
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 249643)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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)

Reply via email to