Interface PomCommit


  • public interface PomCommit
    Service component responsible for the commit logic
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static void execute​(Path pom)
      Confirms the changes of a given POM and deletes the backup POM file
    • Method Detail

      • execute

        static void execute​(Path pom)
        Confirms the changes of a given POM and deletes the backup POM file
        Parameters:
        pom - the target POM file
        Throws:
        RuntimeException - on any issue occurs during the rollback processing