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

filterUnchangedFiles() still broken for multi-module projects #10

Open
jakub-bochenski opened this issue Jul 4, 2018 · 1 comment
Open

Comments

@jakub-bochenski
Copy link
Contributor

#9 will work if you actually include you root project in the build.
E.g. if child inherits from parent and you run: mvn -pl :child -am the paths match.

If you run just mvn -pl :child however, then child will be the sessions top-level project and the paths are still broken

@talios
Copy link
Owner

talios commented Jul 4, 2018

Is this something where you just need to run mvn -am -pl :child to also include any parent/upstream dependent modules? I find I have to do that for a lot of my builds where I'm only building subsets.

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

2 participants