Uploaded image for project: 'Commons Numbers'
  1. Commons Numbers
  2. NUMBERS-101

Cleanup build configuration for maven-surefire-plugin

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.0
    • 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

          Activity

            People

              Unassigned Unassigned
              khmarbaise Karl Heinz Marbaise
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m