Point AutoValue invoker at value/src/it for functional tests - #2138
Open
copybara-service[bot] wants to merge 1 commit into
Open
Point AutoValue invoker at value/src/it for functional tests#2138copybara-service[bot] wants to merge 1 commit into
copybara-service[bot] wants to merge 1 commit into
Conversation
copybara-service
Bot
force-pushed
the
test_979810298
branch
from
September 11, 2026 20:15
b09b7f7 to
95c1cce
Compare
## Summary
- The `maven-invoker-plugin` on `value/processor` defaulted to `processor/src/it`, so the functional IT projects under `value/src/it` (and the eclipse profile pass from `invoker.properties`) never ran.
- Set `projectsDirectory` to `${project.parent.basedir}/src/it` so invoker picks them up again.
- Fixes #1558
- Fixes #2135
FUTURE_COPYBARA_INTEGRATE_REVIEW=#2135 from tanvir-ux:fix/autovalue-functional-invoker-path cb7c910
PiperOrigin-RevId: 979810298
copybara-service
Bot
force-pushed
the
test_979810298
branch
from
September 11, 2026 20:26
95c1cce to
a3fcdfe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Point AutoValue invoker at value/src/it for functional tests
Summary
The
maven-invoker-pluginonvalue/processordefaulted toprocessor/src/it, so the functional IT projects undervalue/src/it(and the eclipse profile pass frominvoker.properties) never ran.Set
projectsDirectoryto${project.parent.basedir}/src/itso invoker picks them up again.Fixes AutoValue functional tests not being run by Maven #1558
Fixes Point AutoValue invoker at value/src/it for functional tests #2135
FUTURE_COPYBARA_INTEGRATE_REVIEW=#2135 from tanvir-ux:fix/autovalue-functional-invoker-path cb7c910