[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.iam] Re: IAM doesnt run surefire-report:report correctly

This looks like caused by a regression on the maven embedder used by IAM to run the goals.

It would help if you could test from the commandline using the maven version available at [1].

There are some instructions at [2]


[1] http://code.google.com/p/q4e/downloads/detail?name=apache-maven-2.1-659802-Q4E-bin.zip&can=2&q=
[2] http://code.google.com/p/q4e/wiki/ReportingBugs


BenH wrote:

IAM doesnt run "surefire-report:report" the same way as it executes from the command line.

The problem arises when tests fail. The point of the report is to tell you what tests failed. But IAM seems to stop the build early, because the tests failed. So you dont get a report. :(

When I run maven from command line, this does not happen.