提交 3b7e7c7c 编写于 作者: C Christoph Kutzinski

At least tell users that this isn't working, yet

上级 9af1018f
......@@ -695,14 +695,15 @@ public class MavenBuild extends AbstractMavenBuild<MavenModule,MavenBuild> {
// backward compatibility
systemProps.put("hudson.build.number",String.valueOf(getNumber()));
boolean normalExit = false;
if (maven3orLater)
{
// FIXME here for maven 3 builds
listener.getLogger().println("Building single Maven modules is not implemented for Maven 3, yet!");
return Result.ABORTED;
}
else
{
boolean normalExit = false;
try {
Result r = process.call(new Builder(
listener,new ProxyImpl(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册