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

Maven's -am flag is repeated for each reactor #15

Open
SamuelCook opened this issue Jan 22, 2022 · 1 comment
Open

Maven's -am flag is repeated for each reactor #15

SamuelCook opened this issue Jan 22, 2022 · 1 comment

Comments

@SamuelCook
Copy link

The -am flag is evaluated for each reactor. This results in projects being built multiple times if an activated project is a dependency of a project activated in a later reactor.

When -am is enabled, the list of required projects should be evaluated prior to executing the build, and then should be ignored when running each reactor.

@SamuelCook
Copy link
Author

I haven't tested it, but I wouldn't be surprised if the -amd flag had the same problem (but in reverse).

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

No branches or pull requests

1 participant