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/10 09:46:16 UTC

[camel-quarkus] branch master updated: Upgrade to cq-maven-plugin 0.19.0, Make mvn -N cq:format remove empty application.properties files #1676

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


The following commit(s) were added to refs/heads/master by this push:
     new 156bce9  Upgrade to cq-maven-plugin 0.19.0, Make mvn -N cq:format remove empty application.properties files #1676
156bce9 is described below

commit 156bce946b450728ab72b2cec4aa4c3c1263ef23
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Sep 10 11:20:14 2020 +0200

    Upgrade to cq-maven-plugin 0.19.0, Make mvn -N cq:format remove empty application.properties files #1676
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a0cedd1..2509b87 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.18.2</cq-plugin.version>
+        <cq-plugin.version>0.19.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>
@@ -676,6 +676,12 @@
                                             <artifactIdPrefix>camel-quarkus-integration-test-support-</artifactIdPrefix>
                                         </extensionDir>
                                     </extensionDirs>
+                                    <removeEmptyApplicationProperties>
+                                        <directory>${basedir}/integration-tests</directory>
+                                        <includes>
+                                            <include>*/src/main/resources/application.properties</include>
+                                        </includes>
+                                    </removeEmptyApplicationProperties>
                                 </configuration>
                             </execution>
                         </executions>