You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by oc...@apache.org on 2009/01/20 09:28:37 UTC

svn commit: r735964 - /archiva/branches/archiva-nexus-indexer/pom.xml

Author: oching
Date: Tue Jan 20 00:28:36 2009
New Revision: 735964

URL: http://svn.apache.org/viewvc?rev=735964&view=rev
Log:
exclude maven-plugin-registry & maven-settings from nexus-indexer as it's configuration property value 'maven.home' causes a bean def error during startup

Modified:
    archiva/branches/archiva-nexus-indexer/pom.xml

Modified: archiva/branches/archiva-nexus-indexer/pom.xml
URL: http://svn.apache.org/viewvc/archiva/branches/archiva-nexus-indexer/pom.xml?rev=735964&r1=735963&r2=735964&view=diff
==============================================================================
--- archiva/branches/archiva-nexus-indexer/pom.xml (original)
+++ archiva/branches/archiva-nexus-indexer/pom.xml Tue Jan 20 00:28:36 2009
@@ -261,6 +261,14 @@
             <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>