You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/12/18 01:45:32 UTC

svn commit: r1050555 - /synapse/branches/2.0/pom.xml

Author: ruwan
Date: Sat Dec 18 00:45:32 2010
New Revision: 1050555

URL: http://svn.apache.org/viewvc?rev=1050555&view=rev
Log:
ignoring the checksum as a workaround for artifacts without checksum

Modified:
    synapse/branches/2.0/pom.xml

Modified: synapse/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.0/pom.xml?rev=1050555&r1=1050554&r2=1050555&view=diff
==============================================================================
--- synapse/branches/2.0/pom.xml (original)
+++ synapse/branches/2.0/pom.xml Sat Dec 18 00:45:32 2010
@@ -755,6 +755,7 @@
                 <enabled>false</enabled>
             </releases>
             <snapshots>
+                <checksumPolicy>ignore</checksumPolicy>
                 <updatePolicy>interval:10080</updatePolicy> <!-- i.e. refresh weekly -->
             </snapshots>
         </repository>
@@ -763,6 +764,7 @@
             <name>WSO2 Maven 2 Repository</name>
             <url>http://dist.wso2.org/maven2/</url>
             <releases>
+                <checksumPolicy>ignore</checksumPolicy>
                 <updatePolicy>never</updatePolicy>
             </releases>
             <snapshots>
@@ -778,6 +780,7 @@
             </releases>
             <snapshots>
                 <enabled>true</enabled>
+                <checksumPolicy>ignore</checksumPolicy>
                 <updatePolicy>interval:10080</updatePolicy>
             </snapshots>
         </repository>