This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 1e3d1e9fe84 CAMEL-20814: only generate the buildinfo files during the
release build
1e3d1e9fe84 is described below
commit 1e3d1e9fe84f03e04e3160b692663859ffe1431b
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri May 31 13:44:54 2024 +0200
CAMEL-20814: only generate the buildinfo files during the release build
---
pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 430a05d8bdf..9134e13a980 100644
--- a/pom.xml
+++ b/pom.xml
@@ -928,10 +928,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-artifact-plugin</artifactId>
- </plugin>
</plugins>
</build>
</profile>