mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-09 15:09:23 +00:00
@@ -776,17 +776,17 @@ public class TerminalOutput implements ClientOutput {
|
|||||||
} else {
|
} else {
|
||||||
asb
|
asb
|
||||||
.append(':')
|
.append(':')
|
||||||
|
.style(CYAN_FOREGROUND)
|
||||||
.append(String.format(artifactIdFormat, prj.id))
|
.append(String.format(artifactIdFormat, prj.id))
|
||||||
.style(GREEN_FOREGROUND);
|
.style(GREEN_FOREGROUND)
|
||||||
asb
|
|
||||||
.append(execution.getPluginArtifactId())
|
.append(execution.getPluginArtifactId())
|
||||||
.append(':')
|
.append(':')
|
||||||
.append(execution.getMojo())
|
.append(execution.getMojo())
|
||||||
|
.append(' ')
|
||||||
.style(AttributedStyle.DEFAULT)
|
.style(AttributedStyle.DEFAULT)
|
||||||
.append(" @ ")
|
.append('(')
|
||||||
.style(CYAN_FOREGROUND)
|
|
||||||
.append(execution.getExecutionId())
|
.append(execution.getExecutionId())
|
||||||
.style(AttributedStyle.DEFAULT);
|
.append(')');
|
||||||
}
|
}
|
||||||
lines.add(asb.toAttributedString());
|
lines.add(asb.toAttributedString());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user