提交 d023101b 编写于 作者: O Olivier Lamy

take care of missing / for file path

上级 1458f93a
......@@ -187,7 +187,7 @@ public class RedeployPublisher extends Recorder {
if (StringUtils.isBlank( altSettingsPath ) ) {
// get userHome from the node where job has been executed
String remoteUserHome = project.getSomeWorkspace().act( new GetUserHome() );
altSettingsPath = remoteUserHome + ".m2/settings.xml";
altSettingsPath = remoteUserHome + "/.m2/settings.xml";
}
// we copy this file in the master in a temporary file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册