@Mojo(name="dump-dependencies",
requiresDependencyResolution=TEST)
public class DumpDependenciesMojo
extends AbstractMainMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPENDENCY_FILE_NAME |
config, project| Constructor and Description |
|---|
DumpDependenciesMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
listDependencies()
Dump all found dependencies into a json file.
|
getAllDependencies, getDirectDependencies, loadConfig, printHeaderpublic static final String DEPENDENCY_FILE_NAME
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractMainMojoorg.apache.maven.plugin.MojoExecutionExceptionpublic void listDependencies()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2023. All rights reserved.