java.lang.Object
org.wildfly.glow.plugin.arquillian.apache.surefire.util.DependencyScanner
public class DependencyScanner
extends Object
Scans dependencies looking for tests.
- Author:
- Aslak Knutsen
-
Constructor Summary
Constructors
-
Method Summary
static List<org.apache.maven.artifact.Artifact>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
scan
public DefaultScanResult scan()
throws
org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
filter
public static List<org.apache.maven.artifact.Artifact> filter(List<org.apache.maven.artifact.Artifact> artifacts,
List<String> groupArtifactIds)