提交 942a42a7 编写于 作者: J jurgen

Deps resolve (order & optional)

Former-commit-id: 9f5fae82
上级 c93a68c7
......@@ -198,12 +198,13 @@ public class MavenArtifactVersion {
}
private void loadPOM(DBRProgressMonitor monitor) throws IOException {
monitor.subTask("Load POM " + this);
File localPOM = getLocalPOM();
if (!localPOM.exists()) {
cachePOM(localPOM);
}
monitor.subTask("Load POM " + this);
Document pomDocument;
try (InputStream mdStream = new FileInputStream(localPOM)) {
......
......@@ -81,6 +81,7 @@ public class ConnectJob extends EventProcessorJob
connectStatus = Status.OK_STATUS;
}
catch (Throwable ex) {
log.debug(ex);
connectError = ex;
connectStatus = GeneralUtils.makeExceptionStatus(ex);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册