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 modules embedded in test resources don't result in containing module being detected as changed #377

Closed
famod opened this issue Jun 23, 2021 · 0 comments · Fixed by #378
Assignees
Labels

Comments

@famod
Copy link
Member

famod commented Jun 23, 2021

E.g. in Quarkus a change in integration-tests/scala/src/test/resources/projects/classic-scala/pom.xml resulted in:

Warning:  Ignoring changed file in non-reactor module: /home/runner/work/quarkus/quarkus/integration-tests/scala/src/test/resources/projects/classic-scala/pom.xml

See: quarkusio/quarkus#18067 (comment)

This is right and wrong at the same time: Right because that single embedded project is in fact not part of the reactor but clearly, expectation is that integration-tests/scala is detected as changed (for obvious reasons).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant