未验证 提交 475ef3ac 编写于 作者: J Jesse Glick

war/work/plugins/*.jpl broke mvn -f war hudson-dev:run.

上级 e50ce3c7
......@@ -209,7 +209,7 @@ public class ClassFilterImpl extends ClassFilter {
LOGGER.log(Level.WARNING, "problem checking " + loc, x);
}
}
if (Main.isUnitTest) {
if (Main.isUnitTest || Main.isDevelopmentMode) {
if (loc.endsWith("/target/classes/")) {
LOGGER.log(Level.FINE, "{0} seems to be current plugin classes, OK", loc);
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册