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

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


The following commit(s) were added to refs/heads/master by this push:
     new fc11853  Camel-Olingo2: Lets make the fastinstall build faster
fc11853 is described below

commit fc1185398305b8ac715fa61ca481ca1aaad6d2a2
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu May 21 10:07:01 2020 +0200

    Camel-Olingo2: Lets make the fastinstall build faster
---
 components/camel-olingo2/camel-olingo2-component/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml 
b/components/camel-olingo2/camel-olingo2-component/pom.xml
index 8b4c1a7..bb93c84 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -356,5 +356,17 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>fastinstall</id>
+            <activation>
+            <activeByDefault>true</activeByDefault>
+                <property>
+                    <name>skipTests</name>
+                </property>
+            </activation>
+            <properties>
+                <invoker.skip>true</invoker.skip>
+            </properties>
+        </profile>
     </profiles>
 </project>

Reply via email to