mirror of https://github.com/apache/maven.git
use a file that has to be there :)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26f56f9f99
commit
8aeb62e580
|
@ -644,7 +644,7 @@ public class Verifier
|
|||
|
||||
String dir = basedir + "/" + test;
|
||||
|
||||
if ( !new File( dir, "pom.xml" ).exists() )
|
||||
if ( !new File( dir, "goals.txt" ).exists() )
|
||||
{
|
||||
System.err.println( "Test " + test + " in " + dir + " does not exist" );
|
||||
|
||||
|
|
Loading…
Reference in New Issue