Package org.joinfaces.maven
Class ClasspathScanMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.joinfaces.maven.ClasspathScanMojo
-
- All Implemented Interfaces:
ContextEnabled
,Mojo
@Mojo(name="classpath-scan", defaultPhase=PROCESS_CLASSES, requiresDependencyCollection=COMPILE_PLUS_RUNTIME, threadSafe=true) public class ClasspathScanMojo extends AbstractMojo
Mojo
which performs a classpath scan usingClasspathScanner
.
-
-
Constructor Summary
Constructors Constructor Description ClasspathScanMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Method Detail
-
execute
public void execute() throws MojoExecutionException, MojoFailureException
-
-