public class DeployParser extends Object
Constructor and Description |
---|
DeployParser() |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
parseDeployOutput(File buildResult)
Parses the output of a Maven build where
deploy:deploy was used, and returns a set of
deployed modules. |
public static Set<String> parseDeployOutput(File buildResult) throws IOException
deploy:deploy
was used, and returns a set of
deployed modules.IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.