You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/12/20 02:21:16 UTC

[camel-kafka-connector] 01/03: Disabled binary distribution

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-kafka-connector.git

commit 5932ee0728e25c150e27665f0b48e6dac0156d8f
Author: Andrea Tarocchi <an...@gmail.com>
AuthorDate: Sat Dec 19 22:57:45 2020 +0100

    Disabled binary distribution
---
 distribution/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 114d067..6563963 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -65,6 +65,21 @@
                   </descriptors>
                 </configuration>
               </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <!-- WARNING: this profile generates a zip with all the connectors of ~10GB -->
+      <id>release-binary</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <version>${maven-assembly-plugin-version}</version>
+            <executions>
               <execution>
                 <id>binary-release</id>
                 <phase>package</phase>