Class 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.AbstractMojo
    Read 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 Detail

      • ReadFilesMojo

        public ReadFilesMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException