Skip to content
New issue

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

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

Already on GitHub? # to your account

Extract mojos from subprojects #10

Merged
merged 2 commits into from
Apr 12, 2020

Conversation

britter
Copy link
Member

@britter britter commented Apr 12, 2020

The generateMavenPluginDescriptor task now searches configurations[runtimeClasspath]
for mojo implementations in other subprojects of a multi project build. If mojos are
found they are added to the resulting plugin descriptor.

Resolves #3

@britter britter force-pushed the bene/issues/3-mojos-in-other-projects branch from a302fff to 22f52e6 Compare April 12, 2020 16:36
The generateMavenPluginDescriptor task now searches the runtimeClasspath
configuration for mojo implementations in other subprojects of a multi project
build. If mojos are found they are added to the resulting plugin descriptor.

Resolves #3
@britter britter changed the title Bene/issues/3 mojos in other projects Extract mojos from subprojects Apr 12, 2020
@britter britter force-pushed the bene/issues/3-mojos-in-other-projects branch from 22f52e6 to 106cd19 Compare April 12, 2020 16:37
@britter britter merged commit 106cd19 into master Apr 12, 2020
@britter britter deleted the bene/issues/3-mojos-in-other-projects branch April 12, 2020 16:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for mojos from other projects
1 participant