Author: brianf
Date: Mon Dec 15 14:20:54 2008
New Revision: 726848

URL: http://svn.apache.org/viewvc?rev=726848&view=rev
Log:
deploy the plugins to a repo

Modified:
    maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml

Modified: 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml?rev=726848&r1=726847&r2=726848&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml 
(original)
+++ 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml 
Mon Dec 15 14:20:54 2008
@@ -64,6 +64,23 @@
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-it-plugins</developerConnection>
     
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins</url>
   </scm>
+  <distributionManagement>
+    <repository>
+      <id>maven.it</id>
+      <name>Apache Maven Integration Testing Repository</name>
+      
<url>http://repository.sonatype.org/content/repositories/maven-it-plugins</url>
+    </repository>
+    <snapshotRepository>
+      <id>maven.it</id>
+      <name>${distMgmtSnapshotsName}</name>
+      <url>${distMgmtSnapshotsUrl}</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+  <properties>
+    <distMgmtSnapshotsName>Apache Maven Integration Testing Snapshot 
Repository</distMgmtSnapshotsName>
+    
<distMgmtSnapshotsUrl>http://repository.sonatype.org/content/repositories/maven-it-plugin-snapshots</distMgmtSnapshotsUrl>
+  </properties>
 
   <build>
     <pluginManagement>


Reply via email to