This is an automated email from the ASF dual-hosted git repository.

lahirujayathilake pushed a commit to branch custos-signer
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git

commit 2ca928180b06c646e864b553a0bf98d84c434d39
Author: lahiruj <[email protected]>
AuthorDate: Wed Dec 10 14:17:16 2025 -0500

    make sure the proto stubs are generated before building core and 
access-ci-service modules
---
 access-ci-service/pom.xml | 2 +-
 core/pom.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/access-ci-service/pom.xml b/access-ci-service/pom.xml
index d253a1a91..196cb09b0 100644
--- a/access-ci-service/pom.xml
+++ b/access-ci-service/pom.xml
@@ -163,7 +163,7 @@
                 <executions>
                     <execution>
                         <id>add-generated-sources</id>
-                        <phase>generate-sources</phase>
+                        <phase>process-sources</phase>
                         <goals>
                             <goal>add-source</goal>
                         </goals>
diff --git a/core/pom.xml b/core/pom.xml
index 370c3fc42..32784b2bf 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -88,7 +88,7 @@
                 <executions>
                     <execution>
                         <id>add-generated-sources</id>
-                        <phase>generate-sources</phase>
+                        <phase>process-sources</phase>
                         <goals>
                             <goal>add-source</goal>
                         </goals>

Reply via email to