]> source.dussan.org Git - archiva.git/commitdiff
add snapshot repository so that it builds from scratch
authorBrett Porter <brett@apache.org>
Sun, 15 Jan 2006 00:29:55 +0000 (00:29 +0000)
committerBrett Porter <brett@apache.org>
Sun, 15 Jan 2006 00:29:55 +0000 (00:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@369127 13f79535-47bb-0310-9956-ffa450edef68

maven-repository-webapp/pom.xml
maven-repository-webapp/src/main/webapp/WEB-INF/jsp/results.jsp

index c8563c4201eb4445a05b02a7a50f4d841e5063fd..3163a3224d3ccf5525532377dcbfe49355af1d2c 100644 (file)
       </plugin>
     </plugins>
   </build>
+  <!-- For plexus xwork -->
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <url>http://snapshots.maven.codehaus.org/maven2</url>
+    </repository>
+  </repositories>
 </project>
index 69341af3e7581460d08d62aabbcf92b848a6ee09..9b560c3e3c83829b064c10f1cff651fd47b49e5a 100644 (file)
@@ -44,4 +44,4 @@
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>