Skip to content

Commit

Permalink
Merge pull request #16 from argv-minus-one/fix-incorrect-execute-sett…
Browse files Browse the repository at this point in the history
…ings

Generates <executeGoal> / <executePhase> from @goal and @phase annotations, which is incorrect
  • Loading branch information
jsuereth committed Apr 2, 2013
2 parents 8de0ec7 + c99f9e4 commit 4115bdc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ trait MojoExtractionInfo {
annotation match {
case goal(name) =>
desc.setGoal(name)
desc.setExecuteGoal(name)
case phase(name) =>
desc.setPhase(name)
desc.setExecutePhase(name)
case configurator(roleHint) =>
desc.setComponentConfigurator(roleHint)
case executeGoal(value) =>
Expand Down

0 comments on commit 4115bdc

Please sign in to comment.