提交 33cab211 编写于 作者: C Christoph Kutzinski

This page doesn't seem to exist anymore at all in the Jenkins Wiki. Therefore...

This page doesn't seem to exist anymore at all in the Jenkins Wiki. Therefore deleting without replacement.
上级 38aa4858
......@@ -148,8 +148,7 @@ public class MavenUtil {
File m2Home = new File(MavenEmbedder.userHome, ".m2");
m2Home.mkdirs();
if(!m2Home.exists())
throw new AbortException("Failed to create "+m2Home+
"\nSee https://hudson.dev.java.net/cannot-create-.m2.html");
throw new AbortException("Failed to create "+m2Home);
if (mavenEmbedderRequest.getPrivateRepository()!=null)
mavenRequest.setLocalRepositoryPath( mavenEmbedderRequest.getPrivateRepository() );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册