From e8da7f34565384dd08566d34838e4321bf05e1cb Mon Sep 17 00:00:00 2001 From: Tanvir Alam Date: Mon, 14 Sep 2026 08:46:46 -0700 Subject: [PATCH] Point AutoValue invoker at value/src/it for functional tests ## 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 https://github.com/google/auto/issues/1558 - Fixes https://github.com/google/auto/pull/2135 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/2135 from tanvir-ux:fix/autovalue-functional-invoker-path cb7c9101c41f4eb5537dd066f571d23a28160182 PiperOrigin-RevId: 981174247 --- value/processor/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/value/processor/pom.xml b/value/processor/pom.xml index 089b710802..515297b86c 100644 --- a/value/processor/pom.xml +++ b/value/processor/pom.xml @@ -207,6 +207,22 @@ org.apache.maven.plugins maven-invoker-plugin + + + ${project.parent.basedir}/src/it + + functional/pom.xml + + + + com.google.auto.value:auto-value-annotations:${project.version} + + org.apache.maven.plugins