提交 f93ed3f2 编写于 作者: K kohsuke

added a setter

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@25745 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8a4cab30
......@@ -584,6 +584,14 @@ public final class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,Ma
return alternateSettings;
}
/**
* Sets the workspace-relative path to an alternative Maven settings.xml file.
*/
public void setAlternateSettings(String alternateSettings) throws IOException {
this.alternateSettings = alternateSettings;
save();
}
/**
* If the list of configured goals contain the "-P" option,
* return the configured profiles. Otherwise null.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册