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 2009/07/28 01:28:59 UTC

svn commit: r798330 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: olamy
Date: Mon Jul 27 23:28:58 2009
New Revision: 798330

URL: http://svn.apache.org/viewvc?rev=798330&view=rev
Log:
declare Apache Snapshot Repository until maven-filtering release is here

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=798330&r1=798329&r2=798330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Mon Jul 27 23:28:58 2009
@@ -454,4 +454,19 @@
     </profile>    
   </profiles>
 
+  <!--  TODO remove when maven-filtering release is here -->
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>  
+  </repositories>
+
 </project>



Re: svn commit: r798330 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Posted by Benjamin Bentmann <be...@udo.edu>.
Hi Olivier,

> Author: olamy
> Date: Mon Jul 27 23:28:58 2009
> New Revision: 798330
> 
> URL: http://svn.apache.org/viewvc?rev=798330&view=rev
> Log:
> declare Apache Snapshot Repository until maven-filtering release is here
> 
> Modified:
>     maven/plugins/trunk/maven-changes-plugin/pom.xml
> 
> Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=798330&r1=798329&r2=798330&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-changes-plugin/pom.xml Mon Jul 27 23:28:58 2009
> @@ -454,4 +454,19 @@
>      </profile>    
>    </profiles>
>  
> +  <!--  TODO remove when maven-filtering release is here -->
> +  <repositories>
> +    <repository>
> +      <id>apache.snapshots</id>
> +      <name>Apache Snapshot Repository</name>
> +      <url>http://people.apache.org/repo/m2-snapshot-repository</url>

This repo URL is obsolete, our new snapshots should be at

   http://repository.apache.org/snapshots/

Also, this snapshot repo is already configured in one of our parent POMs 
so you should be able to just remove the <repositories> section from the 
plugin POM.


Benjamin

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