@Mojo(name="extract",
defaultPhase=GENERATE_RESOURCES,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
threadSafe=true)
public class ExtractMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
String |
dataTargetName
Pretty print the extracted data.
|
Boolean |
prettyPrint |
File |
targetDirectory
Output Directory.
|
| Constructor and Description |
|---|
ExtractMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(required=true,
defaultValue="${project.build.directory}/rest-viz-assets",
property="rest-viz-maven-plugin.targetDirectory")
public File targetDirectory
@Parameter(defaultValue="graph-data.edn",
property="rest-viz-maven-plugin.dataTargetName")
public String dataTargetName
@Parameter(defaultValue="false",
property="rest-viz-maven-plugin.prettyPrint")
public Boolean prettyPrint
Copyright © 2017 Elastic Path. All rights reserved.