You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/09/05 09:58:43 UTC

[camel-quarkus] 03/05: Upgrade to cq-maven-plugin 0.18.0

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

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

commit e48bc526b23230e288cf3ba0b11511883fe8f6ca
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Sep 3 21:44:39 2020 +0200

    Upgrade to cq-maven-plugin 0.18.0
---
 pom.xml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index d661dc5..554d4a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
         <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
         <!-- NOTE: We pin to this version due to https://github.com/apache/camel-quarkus/issues/723 -->
         <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
-        <cq-plugin.version>0.17.0</cq-plugin.version>
+        <cq-plugin.version>0.18.0</cq-plugin.version>
         <protobuf-java.version>3.11.0</protobuf-java.version>
         <proto-google-common-protos.version>1.17.0</proto-google-common-protos.version>
         <rpkgtests-maven-plugin.version>0.6.0</rpkgtests-maven-plugin.version>
@@ -317,6 +317,10 @@
                         </extensionDirectories>
                         <skipArtifactIdBases>
                             <skipArtifactIdBase>http-common</skipArtifactIdBase>
+                            <skipArtifactIdBase>integration-test-support-custom-log-component</skipArtifactIdBase>
+                            <skipArtifactIdBase>integration-test-support-custom-main-listener</skipArtifactIdBase>
+                            <skipArtifactIdBase>integration-test-support-custom-routes-collector</skipArtifactIdBase>
+                            <skipArtifactIdBase>integration-test-support-custom-type-converter</skipArtifactIdBase>
                         </skipArtifactIdBases>
                     </configuration>
                     <dependencies>
@@ -645,10 +649,10 @@
                                     <sortDependencyManagementPaths>
                                         <sortDependencyManagementPath>poms/bom/pom.xml</sortDependencyManagementPath>
                                     </sortDependencyManagementPaths>
-                                    <updateMvndRuleDirs>
-                                        <updateMvndRuleDir>examples</updateMvndRuleDir>
-                                        <updateMvndRuleDir>integration-tests</updateMvndRuleDir>
-                                    </updateMvndRuleDirs>
+                                    <updateVirtualDependenciesDirs>
+                                        <updateVirtualDependenciesDir>examples</updateVirtualDependenciesDir>
+                                        <updateVirtualDependenciesDir>integration-tests</updateVirtualDependenciesDir>
+                                    </updateVirtualDependenciesDirs>
                                     <extensionDirs>
                                         <extensionDir>
                                             <path>extensions</path>