@Mojo(name="run",
requiresDirectInvocation=true,
requiresProject=false)
public class RunMojo
extends org.apache.maven.plugin.AbstractMojo
The given artifacts dependencies are resolved and a fully qualified class path is created.
The main class to execute can either be specified by argument or is taken from the artifacts JAR.
| Constructor and Description |
|---|
RunMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
Copyright © 2018. All rights reserved.