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

Fixes #48 rootlocation does not correctly work #92

Merged
merged 5 commits into from
Jun 8, 2020
Merged

Conversation

stefanseifert
Copy link
Collaborator

Fixes #48

this is a replacement/improvement of PR #84 that also takes special cases into account:

  • maven is executed on a submodule
  • projects aggregation root and parent is not the same
  • child modules may reside in deeper nested folders without a pom.xml in between

tmcsantos and others added 5 commits December 9, 2019 12:08
- maven is executed on a submodule
- projects aggregation root and parent is not the same
- child modules may reside in deeper nested folders without a pom.xml in between
@stefanseifert stefanseifert added this to the 3.2.0 milestone Jun 2, 2020
@stefanseifert stefanseifert merged commit e557609 into master Jun 8, 2020
@stefanseifert stefanseifert deleted the issue/48 branch June 11, 2020 16:46
* Returns a set of all child modules for a project, including any defined in profiles (ignoring profile activation).
*
* @param project The project.
* @param logger The logger to use.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No such parameter logger.

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.

rootlocation does not correctly work
3 participants