You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/20 12:54:41 UTC

[camel-quarkus] 01/03: Move the BOM and Build Parent to poms directory

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 76001e241f6230e41aba54fd7c4817d890e0be90
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Aug 19 15:27:19 2019 +0200

    Move the BOM and Build Parent to poms directory
---
 extensions/aws-eks/pom.xml                  | 2 +-
 extensions/aws-s3/pom.xml                   | 2 +-
 extensions/aws-sns/pom.xml                  | 2 +-
 extensions/aws-sqs/pom.xml                  | 2 +-
 extensions/bean/pom.xml                     | 2 +-
 extensions/core-cloud/pom.xml               | 2 +-
 extensions/core/pom.xml                     | 2 +-
 extensions/direct/pom.xml                   | 2 +-
 extensions/http-common/pom.xml              | 2 +-
 extensions/infinispan/pom.xml               | 2 +-
 extensions/jdbc/pom.xml                     | 2 +-
 extensions/jetty-common/pom.xml             | 2 +-
 extensions/log/pom.xml                      | 2 +-
 extensions/netty4-http/pom.xml              | 2 +-
 extensions/rest/pom.xml                     | 2 +-
 extensions/salesforce/pom.xml               | 2 +-
 extensions/servlet/pom.xml                  | 2 +-
 extensions/timer/pom.xml                    | 2 +-
 extensions/twitter/pom.xml                  | 2 +-
 extensions/xml-common/pom.xml               | 2 +-
 extensions/xstream-common/pom.xml           | 2 +-
 integration-tests/pom.xml                   | 2 +-
 integration-tests/servlet/pom.xml           | 2 +-
 pom.xml                                     | 4 ++--
 {bom => poms/bom}/pom.xml                   | 1 +
 {build-parent => poms/build-parent}/pom.xml | 1 +
 26 files changed, 27 insertions(+), 25 deletions(-)

diff --git a/extensions/aws-eks/pom.xml b/extensions/aws-eks/pom.xml
index 08bc0f0..a4a4e34 100644
--- a/extensions/aws-eks/pom.xml
+++ b/extensions/aws-eks/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/aws-s3/pom.xml b/extensions/aws-s3/pom.xml
index c38700c..832fae1 100644
--- a/extensions/aws-s3/pom.xml
+++ b/extensions/aws-s3/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/aws-sns/pom.xml b/extensions/aws-sns/pom.xml
index 9e18547..418218b 100644
--- a/extensions/aws-sns/pom.xml
+++ b/extensions/aws-sns/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/aws-sqs/pom.xml b/extensions/aws-sqs/pom.xml
index 38c4451..96f53e1 100644
--- a/extensions/aws-sqs/pom.xml
+++ b/extensions/aws-sqs/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/bean/pom.xml b/extensions/bean/pom.xml
index 09b1372..2a821d0 100644
--- a/extensions/bean/pom.xml
+++ b/extensions/bean/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-bean-parent</artifactId>
diff --git a/extensions/core-cloud/pom.xml b/extensions/core-cloud/pom.xml
index 716b5b6..a685a3a 100644
--- a/extensions/core-cloud/pom.xml
+++ b/extensions/core-cloud/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-core-cloud-parent</artifactId>
diff --git a/extensions/core/pom.xml b/extensions/core/pom.xml
index 5951b7c..27ec4e8 100644
--- a/extensions/core/pom.xml
+++ b/extensions/core/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/direct/pom.xml b/extensions/direct/pom.xml
index 5bb0114..06b2fcf 100644
--- a/extensions/direct/pom.xml
+++ b/extensions/direct/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-direct-parent</artifactId>
diff --git a/extensions/http-common/pom.xml b/extensions/http-common/pom.xml
index ee991b8..079c6d3 100644
--- a/extensions/http-common/pom.xml
+++ b/extensions/http-common/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-http-common-parent</artifactId>
diff --git a/extensions/infinispan/pom.xml b/extensions/infinispan/pom.xml
index 882d0b4..91796e1 100644
--- a/extensions/infinispan/pom.xml
+++ b/extensions/infinispan/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml
index e4b3bbe..e2291eb 100644
--- a/extensions/jdbc/pom.xml
+++ b/extensions/jdbc/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/jetty-common/pom.xml b/extensions/jetty-common/pom.xml
index 1d69bd1..5ea097a 100644
--- a/extensions/jetty-common/pom.xml
+++ b/extensions/jetty-common/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/log/pom.xml b/extensions/log/pom.xml
index b77d48f..73464ed 100644
--- a/extensions/log/pom.xml
+++ b/extensions/log/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-log-parent</artifactId>
diff --git a/extensions/netty4-http/pom.xml b/extensions/netty4-http/pom.xml
index e114d0f..32b5080 100644
--- a/extensions/netty4-http/pom.xml
+++ b/extensions/netty4-http/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/rest/pom.xml b/extensions/rest/pom.xml
index 0c86599..819ed35 100644
--- a/extensions/rest/pom.xml
+++ b/extensions/rest/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-rest-parent</artifactId>
diff --git a/extensions/salesforce/pom.xml b/extensions/salesforce/pom.xml
index 20ebe13..c779c97 100644
--- a/extensions/salesforce/pom.xml
+++ b/extensions/salesforce/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/servlet/pom.xml b/extensions/servlet/pom.xml
index f5845ae..3f8867c 100644
--- a/extensions/servlet/pom.xml
+++ b/extensions/servlet/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/extensions/timer/pom.xml b/extensions/timer/pom.xml
index 8351aec..5a2b2ac 100644
--- a/extensions/timer/pom.xml
+++ b/extensions/timer/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-timer-parent</artifactId>
diff --git a/extensions/twitter/pom.xml b/extensions/twitter/pom.xml
index 6805072..4eb791e 100644
--- a/extensions/twitter/pom.xml
+++ b/extensions/twitter/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-twitter-parent</artifactId>
diff --git a/extensions/xml-common/pom.xml b/extensions/xml-common/pom.xml
index 8d5ec37..804a905 100644
--- a/extensions/xml-common/pom.xml
+++ b/extensions/xml-common/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-xml-common-parent</artifactId>
diff --git a/extensions/xstream-common/pom.xml b/extensions/xstream-common/pom.xml
index 9d03b22..dd50a9f 100644
--- a/extensions/xstream-common/pom.xml
+++ b/extensions/xstream-common/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../build-parent/pom.xml</relativePath>
+        <relativePath>../../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 18bc5ef..e24ad7e 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-build-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../build-parent/pom.xml</relativePath>
+        <relativePath>../poms/build-parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-integration-tests</artifactId>
diff --git a/integration-tests/servlet/pom.xml b/integration-tests/servlet/pom.xml
index 63e48a2..1ea5052 100644
--- a/integration-tests/servlet/pom.xml
+++ b/integration-tests/servlet/pom.xml
@@ -23,7 +23,7 @@
         <!-- Test that the BOM can serve as parent for user apps, see also https://github.com/apache/camel-quarkus/issues/118 -->
         <artifactId>camel-quarkus-bom</artifactId>
         <version>0.1.1-SNAPSHOT</version>
-        <relativePath>../../bom/pom.xml</relativePath>
+        <relativePath>../../poms/bom/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 5db0ae9..51e8c87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,8 +69,8 @@
     </properties>
 
     <modules>
-        <module>bom</module>
-        <module>build-parent</module>
+        <module>poms/bom</module>
+        <module>poms/build-parent</module>
         <module>extensions</module>
         <module>integration-tests</module>
         <module>docs</module>
diff --git a/bom/pom.xml b/poms/bom/pom.xml
similarity index 99%
rename from bom/pom.xml
rename to poms/bom/pom.xml
index aacbabb..3537214 100644
--- a/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -24,6 +24,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-bom</artifactId>
diff --git a/build-parent/pom.xml b/poms/build-parent/pom.xml
similarity index 99%
rename from build-parent/pom.xml
rename to poms/build-parent/pom.xml
index f5f0f58..a63ac5e 100644
--- a/build-parent/pom.xml
+++ b/poms/build-parent/pom.xml
@@ -24,6 +24,7 @@
         <groupId>org.apache.camel.quarkus</groupId>
         <artifactId>camel-quarkus-parent</artifactId>
         <version>0.1.1-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-quarkus-build-parent</artifactId>