You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/08/09 19:45:57 UTC

svn commit: r564301 - /maven/components/trunk/pom.xml

Author: jdcasey
Date: Thu Aug  9 10:45:56 2007
New Revision: 564301

URL: http://svn.apache.org/viewvc?view=rev&rev=564301
Log:
Setting up a deployment config for snapshots of maven.

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=diff&rev=564301&r1=564300&r2=564301
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Aug  9 10:45:56 2007
@@ -195,6 +195,10 @@
     </dependencies>
   </dependencyManagement>
   <distributionManagement>
+    <snapshotRepository>
+      <id>asf.snapshots</id>
+      <url>scp://people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
     <site>
       <id>apache.website</id>
       <url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
@@ -290,4 +294,5 @@
       </build>
     </profile>
   </profiles>
+  
 </project>



Re: svn commit: r564301 - /maven/components/trunk/pom.xml

Posted by Brett Porter <br...@apache.org>.
John,

Isn't this inherited from the parent?

- Brett

On 10/08/2007, at 3:45 AM, jdcasey@apache.org wrote:

> Author: jdcasey
> Date: Thu Aug  9 10:45:56 2007
> New Revision: 564301
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=564301
> Log:
> Setting up a deployment config for snapshots of maven.
>
> Modified:
>     maven/components/trunk/pom.xml
>
> Modified: maven/components/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml? 
> view=diff&rev=564301&r1=564300&r2=564301
> ====================================================================== 
> ========
> --- maven/components/trunk/pom.xml (original)
> +++ maven/components/trunk/pom.xml Thu Aug  9 10:45:56 2007
> @@ -195,6 +195,10 @@
>      </dependencies>
>    </dependencyManagement>
>    <distributionManagement>
> +    <snapshotRepository>
> +      <id>asf.snapshots</id>
> +      <url>scp://people.apache.org/repo/m2-snapshot-repository</url>
> +    </snapshotRepository>
>      <site>
>        <id>apache.website</id>
>        <url>scp://people.apache.org/www/maven.apache.org/ref/$ 
> {project.version}/</url>
> @@ -290,4 +294,5 @@
>        </build>
>      </profile>
>    </profiles>
> +
>  </project>
>

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