@Mojo(name="file",
threadSafe=true)
public class FileMojo
extends org.apache.maven.plugin.AbstractMojo
This goal is a facility for invoking checksum-maven-plugin through the command line.
Here is an example of use:
mvn checksum:file -Dfile=some-file.zip
| Modifier and Type | Field and Description |
|---|---|
protected String |
file
The file to process.
|
static String |
NAME
The mojo name.
|
| Constructor and Description |
|---|
FileMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
public static final String NAME
@Parameter(property="file",
required=true)
protected String file
Copyright © 2010–2016. All rights reserved.