You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/11/04 09:15:43 UTC

svn commit: r1197446 - /incubator/npanday/trunk/pom.xml

Author: lcorneliussen
Date: Fri Nov  4 09:15:43 2011
New Revision: 1197446

URL: http://svn.apache.org/viewvc?rev=1197446&view=rev
Log:
Disable POM repositories by default, since they slow down the build; also, they should not be published with NPandays base POM.

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1197446&r1=1197445&r2=1197446&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Fri Nov  4 09:15:43 2011
@@ -606,6 +606,8 @@ under the License.
       <url>http://repo.npanday.org/archiva/repository/npanday-snapshots/</url>
     </snapshotRepository>
   </distributionManagement>
+  <!--
+  Theese repos are slow. Enable them once, when needed.
   <pluginRepositories>
     <pluginRepository>
       <id>npanday.group</id>
@@ -626,4 +628,5 @@ under the License.
       </snapshots>
     </repository>
   </repositories>
+  -->
 </project>