Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Applid patch for FLEXMOJOS-415
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Aug 1, 2011
1 parent 54e91dd commit 2f8f2d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Expand Up @@ -8,7 +8,9 @@
import static org.sonatype.flexmojos.matcher.artifact.ArtifactMatcher.classifier;
import static org.sonatype.flexmojos.matcher.artifact.ArtifactMatcher.groupId;
import static org.sonatype.flexmojos.matcher.artifact.ArtifactMatcher.type;
import static org.sonatype.flexmojos.plugin.common.FlexExtension.*;
import static org.sonatype.flexmojos.plugin.common.FlexExtension.AS;
import static org.sonatype.flexmojos.plugin.common.FlexExtension.MXML;
import static org.sonatype.flexmojos.plugin.common.FlexExtension.SWC;
import static org.sonatype.flexmojos.util.PathUtil.path;

import java.io.File;
Expand Down
Expand Up @@ -199,12 +199,6 @@ public class TestCompilerMojo
*/
private File testRunnerTemplate;

/**
* @parameter expression="${project.build.testSourceDirectory}"
* @readonly
*/
private File testSourceDirectory;

public Result buildTest( String testFilename, List<? extends String> testClasses, Integer testControlPort,
Integer testPort )
throws MojoExecutionException, MojoFailureException
Expand Down Expand Up @@ -641,6 +635,7 @@ protected List<String> getTestClasses()
List<String> testClasses = filterClasses( asList( fs ), files( testCompileSourceRoots ) );

getLog().debug( "Test classes: " + testClasses );

return testClasses;
}

Expand Down

0 comments on commit 2f8f2d3

Please sign in to comment.