Class VersionInfoMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.storm.maven.plugin.versioninfo.VersionInfoMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="version-info")
public class VersionInfoMojo
extends org.apache.maven.plugin.AbstractMojo
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertFileSetToFiles
(org.apache.maven.model.FileSet source) void
execute()
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
VersionInfoMojo
public VersionInfoMojo()
-
-
Method Details
-
convertFileSetToFiles
public static List<File> convertFileSetToFiles(org.apache.maven.model.FileSet source) throws IOException - Throws:
IOException
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-