mirror of https://github.com/apache/maven.git
o Decoupled IT from uniqueVersion flag due to MNG-4059
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@749334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f72e7f5d9
commit
0710cddadb
|
@ -56,7 +56,7 @@ public class MavenITmng0761MissingSnapshotDistRepoTest
|
|||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
||||
verifier.assertFilePresent( "target/repo/org/apache/maven/its/mng0761/test/1.0-SNAPSHOT/test-1.0-SNAPSHOT.jar" );
|
||||
verifier.assertFilePresent( "target/repo/org/apache/maven/its/mng0761/test/1.0-SNAPSHOT/test-1.0-*.jar" );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -36,7 +36,6 @@ under the License.
|
|||
<repository>
|
||||
<id>repo</id>
|
||||
<url>file://localhost/${project.basedir}/target/repo</url>
|
||||
<uniqueVersion>false</uniqueVersion>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
Loading…
Reference in New Issue