The default is snapshots are disabled. Checked the http://www.ibiblio.org/maven2/org/apache/apache/1/apache-1.pom and maven-repository-artifact-applet wasn't downloading the snapshot maven-jar-plugin.

Brett Porter wrote:
That's the default?

[EMAIL PROTECTED] wrote:
Author: jtolentino
Date: Tue May 30 00:09:00 2006
New Revision: 410201

URL: http://svn.apache.org/viewvc?rev=410201&view=rev
Log:
Enabled plugin snapshot downloading.

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=410201&r1=410200&r2=410201&view=diff ============================================================================== --- maven/repository-manager/trunk/maven-repository-artifact-applet/pom.xml (original) +++ maven/repository-manager/trunk/maven-repository-artifact-applet/pom.xml Tue May 30 00:09:00 2006
@@ -39,6 +39,9 @@
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
       <url>http://svn.apache.org/maven-snapshot-repository</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </pluginRepository>
   </pluginRepositories>
 </project>






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to