Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-1128

Deprecate all executeGoal(s) methods

    XMLWordPrintableJSON

Details

    Description

      Methods executeGoal(s) take as argument Maven goal for executing test.
      From command line executing perspective all of goals are next cli arguments.

      So instead of:

      verifier.executeGoal( "package" );
      

      we can use:

      verifier.addCliOption( "package" );
      verifier.execute();
      

      Attachments

        Issue Links

          Activity

            People

              sjaranowski Slawomir Jaranowski
              sjaranowski Slawomir Jaranowski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: