- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for rgbColor (0.05 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/goals/Init.java
.build()); return BAD_OPERATION; } context.addInHeader(context.style.italic().bold().foreground(Colors.rgbColor("yellow")), "goal: init"); context.addInHeader(""); ConsolePrompt.UiConfig promptConfig; if (OSUtils.IS_WINDOWS) { promptConfig = new ConsolePrompt.UiConfig(">", "( )", "(x)", "( )");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 12K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/EncryptInvoker.java
try { context.header = new ArrayList<>(); context.style = new AttributedStyle(); context.addInHeader( context.style.italic().bold().foreground(Colors.rgbColor("green")), "Maven Encryption " + CLIReportingUtils.showVersionMinimal()); context.addInHeader("Tool for secure password management on workstations.");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 4.5K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/UpgradeInvoker.java
try { context.header = new ArrayList<>(); context.style = new AttributedStyle(); context.addInHeader( context.style.italic().bold().foreground(Colors.rgbColor("green")), "Maven Upgrade " + CLIReportingUtils.showVersionMinimal()); context.addInHeader("Tool for upgrading Maven projects and dependencies.");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 4.4K bytes - Click Count (0)