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 a6bf5cd7e7c (chores) build: fix CI build
a6bf5cd7e7c is described below
commit a6bf5cd7e7c8622c4cbd96b001c7f14c3002ff6f
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Sun Jun 25 09:56:14 2023 +0200
(chores) build: fix CI build
- attaching the sources can be done with the -source-jar or deploy profiles
- this breaks the CI build during deploy, as this plugin is defined twice
on that scenario
---
core/pom.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index 61051e773d5..c2c582475c1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -102,20 +102,6 @@
</execution>
</executions>
</plugin>
- <!-- generate sources JAR by default as they are needed by other
Camel sub projects -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>