Author: reto
Date: Thu Jan 6 20:30:57 2011
New Revision: 1056059
URL: http://svn.apache.org/viewvc?rev=1056059&view=rev
Log:
re-added apache plugin repos, so partial local compiles are possible again
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=1056059&r1=1056058&r2=1056059&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Thu Jan 6
20:30:57 2011
@@ -1198,6 +1198,26 @@
<url>https://repository.apache.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
+ <!-- apache plugin repositories are to be removed before relase -->
+ <repositories>
+ <repository>
+ <id>apache</id>
+ <name>apache repository</name>
+ <snapshots>
+ <updatePolicy>always</updatePolicy>
+ <checksumPolicy>warn</checksumPolicy>
+ </snapshots>
+
<url>http://repository.apache.org/content/groups/snapshots-group</url>
+ <layout>default</layout>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache-plugin-snapshot</id>
+ <name>apache.org snapshot repository</name>
+
<url>http://repository.apache.org/content/groups/snapshots-group</url>
+ </pluginRepository>
+ </pluginRepositories>
<!-- jira -->
<issueManagement>