Package org.honton.chas.maven.readfiles
Class ReadFilesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.honton.chas.maven.readfiles.ReadFilesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="readfiles", defaultPhase=INITIALIZE, threadSafe=true) public class ReadFilesMojo extends org.apache.maven.plugin.AbstractMojoRead files into maven properties. The contents of each file is read in full. The content is then assigned to a maven property of the same name.
-
-
Constructor Summary
Constructors Constructor Description ReadFilesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-