提交 0ca0ad7b 编写于 作者: O Olivier Lamy

add TODO for improvment with maven 3.0.2

上级 0a6181e9
......@@ -540,7 +540,9 @@ public class Maven3Builder extends AbstractMavenBuilder implements DelegatingCal
if (mavenReporters != null) {
for (MavenReporter mavenReporter : mavenReporters) {
try {
// FIXME get exception during mojo execution ?
// TODO get exception during mojo execution ?
// with maven 3.0.2 see http://jira.codehaus.org/browse/MNG-4922
// catch NoSuchMethodError if folks not using 3.0.2+
mavenReporter.postExecute( mavenBuildProxy2, mavenProject, mojoInfo, maven3Builder.listener, null );
} catch ( InterruptedException e ) {
e.printStackTrace();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册