You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/12/07 17:27:28 UTC

[maven-sources] 01/05: maven-ant-plugin is retired

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-sources.git

commit 1c9c0ed034df9d4edfe537a23e4a26f351450fdb
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Dec 7 18:21:21 2019 +0100

    maven-ant-plugin is retired
---
 default.xml           | 1 -
 plugins/tools/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/default.xml b/default.xml
index 2d12e3f..02edb55 100644
--- a/default.xml
+++ b/default.xml
@@ -64,7 +64,6 @@
   <project path='plugins/reporting/maven-pmd-plugin'        name='maven-pmd-plugin.git' />
   <project path='plugins/reporting/maven-project-info-reports-plugin' name='maven-project-info-reports-plugin.git' />
 
-  <project path='plugins/tools/maven-ant-plugin'            name='maven-ant-plugin.git' />
   <project path='plugins/tools/maven-antrun-plugin'         name='maven-antrun-plugin.git' />
   <project path='plugins/tools/archetype'                   name='maven-archetype.git' />
   <project path='plugins/tools/maven-assembly-plugin'       name='maven-assembly-plugin.git' />
diff --git a/plugins/tools/pom.xml b/plugins/tools/pom.xml
index cc3e71c..9867e71 100644
--- a/plugins/tools/pom.xml
+++ b/plugins/tools/pom.xml
@@ -32,7 +32,6 @@ under the License.
 
   <name>Aggregator POM for Tools Plugins</name>
   <modules>
-    <module>../../../plugins/tools/maven-ant-plugin</module>
     <module>../../../plugins/tools/maven-antrun-plugin</module>
     <module>../../../plugins/tools/archetype</module>
     <module>../../../plugins/tools/maven-assembly-plugin</module>