Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-4291

maven-surefire-plugin skip=true in parent, but skip=false in every other module

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • nightly
    • 1.6.0
    • samples, build,site
    • None

    Description

      For every module except parent in the Axis2 project, in the build section of the pom, the maven-surefire-plugin's "skip" property is set to false, while in the parent it's set to true.

      Why is this property set in the parent, only to be immediately overridden in every subproject? As a result of the current configuration, its not possible to control whether tests are run or not using the usual -Dmaven.test.skip flag at the command line.

      This seems like it should be changed so that the parent does not specify skip=true, and so that none of the children specify skip=false. This would return control back to the developer, to decide if they want to override tests at any point.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jfager Jason Fager
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: