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 2009/02/19 01:31:39 UTC

svn commit: r745700 - /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml

Author: jdcasey
Date: Thu Feb 19 00:31:39 2009
New Revision: 745700

URL: http://svn.apache.org/viewvc?rev=745700&view=rev
Log:
Forgot the distMgmt info.

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml?rev=745700&r1=745699&r2=745700&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml Thu Feb 19 00:31:39 2009
@@ -12,6 +12,13 @@
     This project verifies that MNG-3057 is fixed. It is controlled by a JUnit test called org.apache.maven.integrationtests.MNG3057Test
   </description>
   
+  <distributionManagement>
+    <repository>
+      <id>test-repo</id>
+      <url>${deployTo}</url>
+    </repository>
+  </distributionManagement>
+  
   <url>http://jira.codehaus.org/browse/MNG-3057</url>
   
   <modules>