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
The following commit(s) were added to refs/heads/custos-signer by this push:
new 07a2406fd removed generate-source phase so plugin can use default
phase binding
07a2406fd is described below
commit 07a2406fdeb036dc6475fb13233cfea61c797322
Author: lahiruj <[email protected]>
AuthorDate: Mon Nov 24 14:38:21 2025 -0500
removed generate-source phase so plugin can use default phase binding
---
access-ci-service/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/access-ci-service/pom.xml b/access-ci-service/pom.xml
index 1dcf9852f..cc79ef6d9 100644
--- a/access-ci-service/pom.xml
+++ b/access-ci-service/pom.xml
@@ -149,7 +149,6 @@
</configuration>
<executions>
<execution>
- <phase>generate-sources</phase>
<goals>
<goal>compile</goal>
<goal>compile-custom</goal>