mirror of https://github.com/apache/maven.git
o another artifact resolution failure
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f9eed6821
commit
b14cf0fe3a
|
@ -42,19 +42,21 @@ while (defined($filename = readdir(DIR))) {
|
||||||
$fileExpectedResults = "$dirname/$filename/expected-results.txt";
|
$fileExpectedResults = "$dirname/$filename/expected-results.txt";
|
||||||
$failOnErrorOutput = 1;
|
$failOnErrorOutput = 1;
|
||||||
|
|
||||||
# 42, 81, 96, 97 will not due to bugs in maven, they work when other ITs are run but it's due to ordering and fluke
|
# 96, 97 will not due to bugs in maven, they work when other ITs are run but it's due to ordering and fluke
|
||||||
# 43 will not run because it can't find the maven-help-plugin
|
# 43 will not run because it can't find the maven-help-plugin
|
||||||
# 90 will not run because it relies of an environment variable which I think is wrong
|
# 90 will not run because it relies of an environment variable which I think is wrong
|
||||||
# 91 POM interpolation test failure
|
# 91 POM interpolation test failure
|
||||||
# 98 fails because it needs a quoted CLI property, this isn't really a core problem and certainly won't be valid in an embedded env
|
# 98 fails because it needs a quoted CLI property, this isn't really a core problem and certainly won't be valid in an embedded env
|
||||||
# 104 test failure in interpolation
|
# 104 test failure in interpolation
|
||||||
|
# 106 failure in artifact resolution
|
||||||
if ( $filename eq "it0096" ||
|
if ( $filename eq "it0096" ||
|
||||||
$filename eq "it0097" ||
|
$filename eq "it0097" ||
|
||||||
$filename eq "it0043" ||
|
$filename eq "it0043" ||
|
||||||
$filename eq "it0090" ||
|
$filename eq "it0090" ||
|
||||||
$filename eq "it0091" ||
|
$filename eq "it0091" ||
|
||||||
$filename eq "it0098" ||
|
$filename eq "it0098" ||
|
||||||
$filename eq "it0104" )
|
$filename eq "it0104" ||
|
||||||
|
$filename eq "it0106" )
|
||||||
{
|
{
|
||||||
print POM " <!-- <module>$filename</module> -->\n";
|
print POM " <!-- <module>$filename</module> -->\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue