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 SummaryFields inherited from interface org.apache.maven.plugin.MojoROLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconvertFileSetToFiles(org.apache.maven.model.FileSet source) voidexecute()Methods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
- 
Constructor Details- 
VersionInfoMojopublic VersionInfoMojo()
 
- 
- 
Method Details- 
convertFileSetToFilespublic static List<File> convertFileSetToFiles(org.apache.maven.model.FileSet source) throws IOException - Throws:
- IOException
 
- 
executepublic void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
- org.apache.maven.plugin.MojoExecutionException
 
 
-