You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/09/21 08:00:25 UTC

svn commit: r999230 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: lresende
Date: Tue Sep 21 06:00:25 2010
New Revision: 999230

URL: http://svn.apache.org/viewvc?rev=999230&view=rev
Log:
Update pom.xml to remove codehaus snapshot repo as it was providing corrupted maven tomcat plugin

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=999230&r1=999229&r2=999230&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Tue Sep 21 06:00:25 2010
@@ -211,6 +211,7 @@
         </pluginRepository>
 
         <!-- Codehaus SNAPSHOT repository -->
+        <!--
         <pluginRepository>
             <id>codehaus-snapshot</id>
             <name>Codehaus Snapshot Repository</name>
@@ -219,6 +220,7 @@
                 <enabled>true</enabled>
             </snapshots>
         </pluginRepository>
+        -->
 
        <!-- Maven central repository -->
        <pluginRepository>