src/main/java/org/apache/maven/shared/utils/cli/CommandLineUtils.java [139:144]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static int executeCommandLine(
            @Nonnull Commandline cl,
            InputStream systemIn,
            StreamConsumer systemOut,
            StreamConsumer systemErr,
            int timeoutInSeconds,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/maven/shared/utils/cli/CommandLineUtils.java [163:168]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static int executeCommandLine(
            @Nonnull Commandline cl,
            InputStream systemIn,
            StreamConsumer systemOut,
            StreamConsumer systemErr,
            int timeoutInSeconds,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



