]> source.dussan.org Git - archiva.git/commitdiff
exclude maven-plugin-registry & maven-settings from nexus-indexer as it's configurati...
authorMaria Odea B. Ching <oching@apache.org>
Tue, 20 Jan 2009 08:28:36 +0000 (08:28 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Tue, 20 Jan 2009 08:28:36 +0000 (08:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-nexus-indexer@735964 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index aa3cecb0ed5bd350e93612846fb671fa9752f4a9..4df299d950184e414cb84d5633936a6e41cf7d15 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <groupId>velocity</groupId>
             <artifactId>velocity-dep</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-registry</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-settings</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>