Class DeployParser


  • public class DeployParser
    extends Object
    Parsing utils for the Maven deploy plugin.
    • Constructor Detail

      • DeployParser

        public DeployParser()
    • Method Detail

      • parseDeployOutput

        public static Set<String> parseDeployOutput​(File buildResult)
                                             throws IOException
        Parses the output of a Maven build where deploy:deploy was used, and returns a set of deployed modules.
        Throws:
        IOException