mirror of https://github.com/apache/maven.git
o Added comment
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@953340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7eae8484bf
commit
fbc935e05c
|
@ -56,6 +56,7 @@ public class MavenITmng4450StubModelForMissingDependencyPomTest
|
|||
|
||||
Properties props = verifier.loadProperties( "target/pom.properties" );
|
||||
|
||||
// NOTE: Some Maven versions generate faulty packaging for the stub model (always "pom"), not our business here
|
||||
assertEquals( "org.apache.maven.its.mng4450:missing:jar:0.1",
|
||||
props.getProperty( "org.apache.maven.its.mng4450:missing:jar:0.1.project.id" ).replaceAll( "pom", "jar" ) );
|
||||
assertEquals( "org.apache.maven.its.mng4450:missing:jar:0.1",
|
||||
|
|
Loading…
Reference in New Issue