You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/09/21 16:48:52 UTC

svn commit: r578202 - /incubator/nmaven/trunk/assemblies/NMaven.Model/Pom/pom.xml

Author: sisbell
Date: Fri Sep 21 09:48:51 2007
New Revision: 578202

URL: http://svn.apache.org/viewvc?rev=578202&view=rev
Log:
Removed repository configuration that causes the Model.Pom assembly to deploy locally.

Modified:
    incubator/nmaven/trunk/assemblies/NMaven.Model/Pom/pom.xml

Modified: incubator/nmaven/trunk/assemblies/NMaven.Model/Pom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/assemblies/NMaven.Model/Pom/pom.xml?rev=578202&r1=578201&r2=578202&view=diff
==============================================================================
--- incubator/nmaven/trunk/assemblies/NMaven.Model/Pom/pom.xml (original)
+++ incubator/nmaven/trunk/assemblies/NMaven.Model/Pom/pom.xml Fri Sep 21 09:48:51 2007
@@ -65,22 +65,4 @@
       </plugin> 
     </plugins> 
   </build>  
-  <repositories> 
-    <repository> 
-      <id>test.repo</id>  
-      <url>file://C:\tmp\remote-test-repo</url> 
-    </repository> 
-  </repositories>  
-  <distributionManagement> 
-    <snapshotRepository> 
-      <name>Apache Development Snapshot Repository</name>  
-      <id>maven1</id>  
-      <url>file://C:\tmp\remote-test-repo</url> 
-    </snapshotRepository>  
-    <repository> 
-      <id>nmaven1</id>  
-      <name>Apache Development Snapshot Repository</name>  
-      <url>file://C:\tmp\remote-test-repo</url> 
-    </repository> 
-  </distributionManagement> 
 </project>