Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generates <executeGoal> / <executePhase> from @goal and @phase annotations, which is incorrect #16

Merged
merged 1 commit into from
Apr 2, 2013
Merged

Generates <executeGoal> / <executePhase> from @goal and @phase annotations, which is incorrect #16

merged 1 commit into from
Apr 2, 2013

Conversation

argv-minus-one
Copy link
Contributor

When writing a Scala mojo, if no @executeGoal or @executePhase annotation is present on the mojo, the plugin descriptor generated has <executeGoal> and <executePhase> elements anyway, taken from the @goal and @phase annotations. This is wrong; those elements should be generated from @executeGoal and @executePhase annotations only.

This change fixes it.

@jsuereth
Copy link
Owner

jsuereth commented Apr 2, 2013

Cool. thanks agian for the fix!

jsuereth added a commit that referenced this pull request Apr 2, 2013
…ings

Generates <executeGoal> / <executePhase> from @goal and @phase annotations, which is incorrect
@jsuereth jsuereth merged commit 4115bdc into jsuereth:master Apr 2, 2013
@argv-minus-one argv-minus-one deleted the fix-incorrect-execute-settings branch April 4, 2013 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants