You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/03/01 09:44:56 UTC

[camel] 02/02: [CAMEL-13177] Build speed: add temporary profile to be able to try faster builds

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

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

commit 752913a478b606a74b95394d0b53a70984e88013
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Mar 1 10:44:41 2019 +0100

    [CAMEL-13177] Build speed: add temporary profile to be able to try faster builds
---
 parent/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index aa4823f..be50f86 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -6004,5 +6004,12 @@
         </dependency>
       </dependencies>
     </profile>
+    <profile>
+      <id>faster-builds</id>
+      <properties>
+        <cxf-codegen-plugin-version>3.1.1-SNAPSHOT</cxf-codegen-plugin-version>
+        <maven-bundle-plugin-version>4.1.1-SNAPSHOT</maven-bundle-plugin-version>
+      </properties>
+    </profile>
   </profiles>
 </project>