This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new e7ff2b36 Remove maven-eclipse-plugin from plugin management
e7ff2b36 is described below
commit e7ff2b367a5f957cfb495fa809708c7a9bd89d56
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed May 27 11:20:53 2026 +0200
Remove maven-eclipse-plugin from plugin management
as it is unmaintained since 2015. Recommendation is to rely on m2e
(Maven To Eclipse)
Signed-off-by: Aurélien Pupier <[email protected]>
---
pom.xml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8602d749..de4d6239 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,22 +288,6 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin-version}</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <version>2.10</version>
- <dependencies>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-buildtools</artifactId>
- <version>${camel.version}</version>
- </dependency>
- </dependencies>
- <configuration>
- <downloadSources>true</downloadSources>
- <downloadJavadocs>false</downloadJavadocs>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.rat</groupId>