This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 1c47619 Remove maven-eclipse-plugin configurations 1c47619 is described below commit 1c476191d625e2a5f5422800f9f3ab3b54c9b50d Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sat Dec 26 14:53:43 2020 +0000 Remove maven-eclipse-plugin configurations That plugin is unmaintained and superseded by M2E. --- modules/tool/axis2-eclipse-codegen-plugin/pom.xml | 15 --------------- modules/tool/axis2-eclipse-service-plugin/pom.xml | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml index 492e7a8..f6b65d2 100644 --- a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml +++ b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml @@ -133,21 +133,6 @@ </executions> </plugin> <plugin> - <artifactId>maven-eclipse-plugin</artifactId> - <version>2.8</version> - <configuration> - <!-- We don't use the PDE mode here because we don't want maven-eclipse-plugin to tamper with - the manifest generated by maven-bundle-plugin --> - <additionalBuildcommands> - <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand> - <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand> - </additionalBuildcommands> - <additionalProjectnatures> - <projectnature>org.eclipse.pde.PluginNature</projectnature> - </additionalProjectnatures> - </configuration> - </plugin> - <plugin> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> diff --git a/modules/tool/axis2-eclipse-service-plugin/pom.xml b/modules/tool/axis2-eclipse-service-plugin/pom.xml index bab28b5..46c1553 100644 --- a/modules/tool/axis2-eclipse-service-plugin/pom.xml +++ b/modules/tool/axis2-eclipse-service-plugin/pom.xml @@ -106,21 +106,6 @@ </executions> </plugin> <plugin> - <artifactId>maven-eclipse-plugin</artifactId> - <version>2.8</version> - <configuration> - <!-- We don't use the PDE mode here because we don't want maven-eclipse-plugin to tamper with - the manifest generated by maven-bundle-plugin --> - <additionalBuildcommands> - <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand> - <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand> - </additionalBuildcommands> - <additionalProjectnatures> - <projectnature>org.eclipse.pde.PluginNature</projectnature> - </additionalProjectnatures> - </configuration> - </plugin> - <plugin> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution>