-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function
Milestone
Description
Slawomir Jaranowski opened MSHARED-1128 and commented
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();
Issue Links:
- MSHARED-1129 Replace CLI options with CLI args
Remote Links:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function