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 <[email protected]> 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>
