You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/05/22 17:50:35 UTC

svn commit: r408700 - /maven/repository-manager/trunk/maven-repository-artifact-applet/pom.xml

Author: brett
Date: Mon May 22 08:50:35 2006
New Revision: 408700

URL: http://svn.apache.org/viewvc?rev=408700&view=rev
Log:
add plugin repository

Modified:
    maven/repository-manager/trunk/maven-repository-artifact-applet/pom.xml

Modified: maven/repository-manager/trunk/maven-repository-artifact-applet/pom.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/maven-repository-artifact-applet/pom.xml?rev=408700&r1=408699&r2=408700&view=diff
==============================================================================
--- maven/repository-manager/trunk/maven-repository-artifact-applet/pom.xml (original)
+++ maven/repository-manager/trunk/maven-repository-artifact-applet/pom.xml Mon May 22 08:50:35 2006
@@ -12,8 +12,6 @@
     Applet for performing local operations on files such as creating a checksum of an artifact
     before uploading it.
   </description>
-  <dependencies>
-  </dependencies>
   <build>
     <plugins>
       <plugin>
@@ -36,4 +34,14 @@
       </plugin>
     </plugins>
   </build>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://svn.apache.org/maven-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
 </project>