Interface PomRollback


  • public interface PomRollback
    Service component responsible for the rollback logic
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static void execute​(Path pom)
      Recovers the backup POM file replacing the given POM file
    • Method Detail

      • execute

        static void execute​(Path pom)
        Recovers the backup POM file replacing the given POM file
        Parameters:
        pom - target POM file
        Throws:
        RuntimeException - on any issue occurs during the rollback processing