mirror of
https://github.com/apache/maven.git
synced 2025-02-09 03:25:23 +00:00
parent
4810cc1fd6
commit
910b39cb2a
@ -295,9 +295,9 @@ public void projectSkipped(ExecutionEvent event) {
|
||||
init();
|
||||
logger.info("");
|
||||
infoLine('-');
|
||||
|
||||
infoMain("Skipping " + event.getProject().getName());
|
||||
logger.info("This project has been banned from the build due to previous failures.");
|
||||
String name = event.getProject().getName();
|
||||
infoMain("Skipping " + name);
|
||||
logger.info(name + " was not built because a module it depends on failed to build.");
|
||||
|
||||
infoLine('-');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user