Show PluginInfo information after install only in verbose mode
This commit is contained in:
parent
20f6b41337
commit
7d6acde538
|
@ -218,7 +218,7 @@ public class PluginManager {
|
|||
|
||||
// read and validate the plugin descriptor
|
||||
PluginInfo info = PluginInfo.readFromProperties(root);
|
||||
terminal.println("%s", info);
|
||||
terminal.println(VERBOSE, "%s", info);
|
||||
|
||||
// check for jar hell before any copying
|
||||
if (info.isJvm()) {
|
||||
|
|
Loading…
Reference in New Issue