Verifier executeGoal method is OS-dependent in case of failure
--------------------------------------------------------------
Key: MNG-2718
URL: http://jira.codehaus.org/browse/MNG-2718
Project: Maven 2
Issue Type: Bug
Components: integration tests
Affects Versions: 2.0.4
Reporter: Stephane Nicoll
On windows Verifier.executeGoal() runs ok even if the underneath execution
fails (this is good since there is a special method to make sure that
everything went ok).
On linux/macOSx, a VerificationException is thrown (Exit code was non-zero)
This OS-dependent behavior is an issue when one wants to test that a given
project is actually expected to fail (see project-026 in the EAR plugin for
instance).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira