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

commit a173ad7da2751e3b1b9fd0634840d7a638618f51
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Jun 3 13:07:00 2019 +0200

    Added an experimental partial-build profile
---
 parent/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index a73225d..800a40c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -6008,6 +6008,27 @@
         </profile>
 
         <profile>
+            <id>partial-build</id>
+            <activation>
+                <property>
+                    <name>partial-build</name>
+                </property>
+            </activation>
+
+
+<build>
+  <plugins>
+    <plugin>
+      <groupId>com.lesfurets</groupId>
+      <artifactId>partial-build-plugin</artifactId>
+      <version>2.7</version>
+      <extensions>true</extensions>
+    </plugin>
+  </plugins>
+</build>
+        </profile>
+
+        <profile>
             <activation>
                 <os>
                     <family>Linux</family>

Reply via email to