mirror of https://github.com/apache/maven.git
Forgot the distMgmt info.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9455216560
commit
4a47fc21b1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue