You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jt...@apache.org on 2006/05/30 09:09:00 UTC

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

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>



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

Posted by John Tolentino <jt...@exist.com>.
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?
>
> jtolentino@apache.org 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Brett Porter <br...@apache.org>.
That's the default?

jtolentino@apache.org 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>
> 
> 


-- 
Brett Porter <br...@apache.org>
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org