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/12/19 10:30:04 UTC

[camel-spring-boot] 01/02: Add a fastinstall profile

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-spring-boot.git

commit 579d3f020ae4d6ba14c36880664f0be3476d91b5
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Dec 19 10:49:25 2019 +0100

    Add a fastinstall profile
---
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1899997..82e1ddd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -532,6 +532,21 @@
         </profile>
 
         <profile>
+            <id>fastinstall</id>
+            <activation>
+                <property>
+                    <name>fastinstall</name>
+                </property>
+            </activation>
+            <properties>
+                <maven.test.skip.exec>true</maven.test.skip.exec>
+                <assembly.skipAssembly>true</assembly.skipAssembly>
+                <fastinstall>true</fastinstall>
+                <noassembly>true</noassembly>
+            </properties>
+        </profile>
+
+        <profile>
             <id>setup.eclipse</id>
             <!-- set up the eclipse workspace and generate the .classpath and .project
               files for modules -->