mirror of https://github.com/apache/maven.git
fix what appears to be a typo - need an inclusion
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@344360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36f39fc926
commit
9b2e3708a4
|
@ -149,7 +149,7 @@ public class TestCompilerMojo
|
|||
{
|
||||
testIncludes.add( "**/*." + inputFileEnding );
|
||||
}
|
||||
scanner = new SimpleSourceInclusionScanner( testExcludes, testExcludes );
|
||||
scanner = new SimpleSourceInclusionScanner( testIncludes, testExcludes );
|
||||
}
|
||||
|
||||
return scanner;
|
||||
|
|
Loading…
Reference in New Issue