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

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dc820b65d [MAINTENANCE] Do not run blueprint plugin in blueprint 
workflow
dc820b65d is described below

commit dc820b65df923d986e7b8df43715b16c03c339f2
Author: Dominik Przybysz <[email protected]>
AuthorDate: Mon Feb 17 19:06:28 2025 +0100

    [MAINTENANCE] Do not run blueprint plugin in blueprint workflow
---
 .github/workflows/blueprint-plugin.yml | 1 -
 .github/workflows/blueprint.yml        | 1 +
 blueprint/pom.xml                      | 1 -
 pom.xml                                | 1 +
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/blueprint-plugin.yml 
b/.github/workflows/blueprint-plugin.yml
index e39c48ac2..3ac2eb6e0 100644
--- a/.github/workflows/blueprint-plugin.yml
+++ b/.github/workflows/blueprint-plugin.yml
@@ -11,7 +11,6 @@
 #    limitations under the License.
 
 name: Blueprint Plugin - CI Build
-# TODO ARIES-2165 remove the workflow when whole blueprint supports java 11, 
17 and 21
 
 on:
   pull_request:
diff --git a/.github/workflows/blueprint.yml b/.github/workflows/blueprint.yml
index 2814620e2..d35ccec57 100644
--- a/.github/workflows/blueprint.yml
+++ b/.github/workflows/blueprint.yml
@@ -22,6 +22,7 @@ on:
       - quiesce/**
       - blueprint/**
       - .github/workflows/blueprint.yml
+      - '!blueprint/plugin/**'
   push:
     branches:
       - 'trunk'
diff --git a/blueprint/pom.xml b/blueprint/pom.xml
index 330b9b948..0b669f46d 100644
--- a/blueprint/pom.xml
+++ b/blueprint/pom.xml
@@ -55,7 +55,6 @@
         <module>blueprint-spring</module>
         <module>blueprint-spring-extender</module>
         <module>blueprint-spring-camel</module>
-        <module>plugin</module>
         <module>examples</module>
         <module>itests</module>
     </modules>
diff --git a/pom.xml b/pom.xml
index e66c1bc68..59cdbd447 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
         <module>application</module>
         <module>async</module>
         <module>blueprint</module>
+        <module>blueprint/plugin</module>
         <module>eba-maven-plugin</module>
         <module>ejb</module>
         <module>esa-ant-task</module>

Reply via email to