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:30 UTC

[maven-sources] 03/05: maven-artifact-resolver 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 e0de5f54008eaa5f0ee196576c9fd4102eefdbfa
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Dec 7 18:24:48 2019 +0100

    maven-artifact-resolver is retired
---
 default.xml    | 1 -
 shared/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/default.xml b/default.xml
index 541cfbe..bf78528 100644
--- a/default.xml
+++ b/default.xml
@@ -86,7 +86,6 @@
   <project path='plugins/tools/maven-toolchains-plugin'     name='maven-toolchains-plugin.git' />
 
   <project path='shared/archiver'                           name='maven-archiver.git' />
-  <project path='shared/artifact-resolver'                  name='maven-artifact-resolver.git' />
   <project path='shared/artifact-transfer'                  name='maven-artifact-transfer.git' />
   <project path='shared/common-artifact-filters'            name='maven-common-artifact-filters.git' />
   <project path='shared/dependency-analyzer'                name='maven-dependency-analyzer.git' />
diff --git a/shared/pom.xml b/shared/pom.xml
index bb5469f..59ed2f6 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -33,7 +33,6 @@ under the License.
   <name>Aggregator POM for Shared Components</name>
   <modules>
     <module>../../shared/archiver</module>
-    <module>../../shared/artifact-resolver</module>
     <module>../../shared/artifact-transfer</module>
     <module>../../shared/common-artifact-filters</module>
     <module>../../shared/dependency-analyzer</module>