Skip to content

[MSHARED-1128] Deprecate all executeGoal(s) methods #155

@jira-importer

Description

@jira-importer

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:

Remote Links:

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions