John,

Isn't this inherited from the parent?

- Brett

On 10/08/2007, at 3:45 AM, [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to