Hi,

Is it possible to see the whole stacktrace?
Whenever a test fails, surefire prints only irrelevant information to
stdout. 

Example:
org.apache.maven.BuildFailureException: There are test failures.
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:555)
        ...
Caused by: org.apache.maven.plugin.MojoFailureException: There are test
failures.
        at
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:403)
        at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        ... 16 more

Im interested into the last 16 lines. I really hope that they will show me
the true assertion message ;o) But how to tell maven to display the
information?

thx,
Bernhard
--
View this message in context: 
http://www.nabble.com/Surefire+Stacktrace-t1668865.html#a4522736
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to