提交 486be074 编写于 作者: O olivier lamy

fix backward comp

上级 6da5894f
......@@ -807,6 +807,15 @@ public class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,MavenMod
return activities;
}
/**
*
* @deprecated for backward comp only
* @return
*/
public String getRootPOM(){
return getRootPOM( null );
}
/**
* Gets the location of top-level <tt>pom.xml</tt> relative to the workspace root.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册