Class ReplacePropertiesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="replace-properties",
      threadSafe=true)
@Component(role=org.apache.maven.plugin.Mojo.class)
public class ReplacePropertiesMojo
extends AbstractReplaceMojo
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor Description
    ReplacePropertiesMojo()  
  • Method Summary

    Modifier and Type Method Description
    void go()  

    Methods inherited from class com.inteligr8.maven.regex.AbstractRegexMojo

    execute

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReplacePropertiesMojo

      public ReplacePropertiesMojo()
  • Method Details

    • go

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