[
https://jira.codehaus.org/browse/SUREFIRE-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=354474#comment-354474
]
Tibor Digana commented on SUREFIRE-1107:
----------------------------------------
@Børre Dalhaug
It does not make sense to use Maven if you don't want to see the test result.
The Maven is controlling the build life cycle and not to proceed further if a
test failed.
Since I can see the default plugins it would make sense for me to see which
phase failed and why in the same log output. Therefore i need to see the test
failure.
You can use the invoker plugin to isolate forked process logging into the main
process.
The requirements you have sound to me like not-maven style.
> Configure output when running mvn clean install
> -----------------------------------------------
>
> Key: SUREFIRE-1107
> URL: https://jira.codehaus.org/browse/SUREFIRE-1107
> Project: Maven Surefire
> Issue Type: Bug
> Components: Maven Surefire Plugin
> Affects Versions: 2.17
> Environment: All
> Reporter: Børre Dalhaug
> Priority: Minor
> Attachments: Math.zip
>
>
> Hi.
> When I run mvn clean install on a project on the command line a lot of test
> related text is bloating my command window. I want it to shut up unless a
> test failed. If a test fails I want the information, but not if everything is
> OK.
> Is this possible today? Is there a configuration file somewhere? Or an option
> I can add to mvn clean install?
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)