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
-
-
Constructor Summary
Constructors Constructor Description VersionInfoMojo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<File>
convertFileSetToFiles(org.apache.maven.model.FileSet source)
void
execute()
-
-
-
Method Detail
-
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
-
-