You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/10/30 18:48:54 UTC

svn commit: r1195197 - /maven/archetypes/trunk/pom.xml

Author: olamy
Date: Sun Oct 30 17:48:53 2011
New Revision: 1195197

URL: http://svn.apache.org/viewvc?rev=1195197&view=rev
Log:
an other try with snapshot repo declaration ...

Modified:
    maven/archetypes/trunk/pom.xml

Modified: maven/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/pom.xml?rev=1195197&r1=1195196&r2=1195197&view=diff
==============================================================================
--- maven/archetypes/trunk/pom.xml (original)
+++ maven/archetypes/trunk/pom.xml Sun Oct 30 17:48:53 2011
@@ -78,4 +78,19 @@ under the License.
       </plugins>
     </pluginManagement>
   </build>
+
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
 </project>