- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for runningOnCI (1.34 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
if (context.invokerRequest.options().nonInteractive().orElse(false)) { return false; } else { boolean runningOnCI = isRunningOnCI(context); if (runningOnCI) { context.logger.info( "Making this build non-interactive, because the environment variable CI equals \"true\"."
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 38K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
if (commandLine.hasOption(BATCH_MODE) || commandLine.hasOption(NON_INTERACTIVE)) { request.setInteractiveMode(false); } else { boolean runningOnCI = isRunningOnCI(cliRequest.getSystemProperties()); if (runningOnCI) { slf4jLogger.info( "Making this build non-interactive, because the environment variable CI equals \"true\"."
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 76.8K bytes - Viewed (0)