Interface ChangeProperty


  • public interface ChangeProperty
    Command responsible for changing a property within a given pom
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static void execute​(org.apache.maven.plugin.logging.Log log, Path pom, Property property)
      Change a property based on the Property instance into the target POM xml
    • Method Detail

      • execute

        static void execute​(org.apache.maven.plugin.logging.Log log,
                            Path pom,
                            Property property)
        Change a property based on the Property instance into the target POM xml
        Parameters:
        log - it's the logger
        pom - it's the target POM xml
        property - it's a Property instance