You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/07/17 17:20:20 UTC

[camel] branch main updated: (chores) Remove unused AIX profiles (#5843)

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 420cf7c  (chores) Remove unused AIX profiles (#5843)
420cf7c is described below

commit 420cf7ce886b85e40a96c8a333b5d77efad4564c
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Sat Jul 17 19:19:57 2021 +0200

    (chores) Remove unused AIX profiles (#5843)
    
    Remove the AIX maven profile from camel-core-engine and
    camel-management-api because it was only used to skip test on that
    platform, but there are no tests in those modules.
---
 core/camel-core-engine/pom.xml    | 12 ------------
 core/camel-management-api/pom.xml | 14 +-------------
 2 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/core/camel-core-engine/pom.xml b/core/camel-core-engine/pom.xml
index 2e7f963..12f56b9 100644
--- a/core/camel-core-engine/pom.xml
+++ b/core/camel-core-engine/pom.xml
@@ -313,18 +313,6 @@
             </build>
         </profile>
 
-        <!-- skip management tests on AIX as it hangs CI servers -->
-        <profile>
-            <id>aix</id>
-            <activation>
-                <os>
-                    <name>aix</name>
-                </os>
-            </activation>
-            <properties>
-                <platform.skip.tests>org/apache/camel/management/**/*.java</platform.skip.tests>
-            </properties>
-        </profile>
         <profile>
             <id>xalan</id>
             <dependencies>
diff --git a/core/camel-management-api/pom.xml b/core/camel-management-api/pom.xml
index 3fa81cf..8488c1b 100644
--- a/core/camel-management-api/pom.xml
+++ b/core/camel-management-api/pom.xml
@@ -206,19 +206,7 @@
                 </plugins>
             </build>
         </profile>
-
-        <!-- skip management tests on AIX as it hangs CI servers -->
-        <profile>
-            <id>aix</id>
-            <activation>
-                <os>
-                    <name>aix</name>
-                </os>
-            </activation>
-            <properties>
-                <platform.skip.tests>org/apache/camel/management/**/*.java</platform.skip.tests>
-            </properties>
-        </profile>
+        
         <profile>
             <id>xalan</id>
             <dependencies>