You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,6 +95,13 @@ public void validate(final MavenEnvironment env)
93
95
StringUtils.join(used, DependenciesValidator.SEP)
94
96
);
95
97
}
98
+
if (!used.isEmpty() || !unused.isEmpty()) {
99
+
Logger.info(
100
+
this,
101
+
// @checkstyle LineLength (1 line)
102
+
"You can suppress this message by <exclude>dependencies:...</exclude> in pom.xml, where <...> is what the dependency name starts with (not a regular expression!)"
0 commit comments