[jboss-jira] [JBoss JIRA] (AS7-4065) TS: Migrate from Surefire to Failsafe maven plugin.
Jakub Senko (JIRA)
jira-events at lists.jboss.org
Fri Nov 16 11:15:22 EST 2012
[ https://issues.jboss.org/browse/AS7-4065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734937#comment-12734937 ]
Jakub Senko commented on AS7-4065:
----------------------------------
In order to use failsafe, it has to be specified in jboss-parent-pom. Failsafe has been added to the version 10-SNAPSHOT, but it is not available in version 9, which is currently in use. How do i request a release of a new version? Or is there some workaround?
> TS: Migrate from Surefire to Failsafe maven plugin.
> ---------------------------------------------------
>
> Key: AS7-4065
> URL: https://issues.jboss.org/browse/AS7-4065
> Project: Application Server 7
> Issue Type: Enhancement
> Components: Test Suite
> Reporter: Ondrej Zizka
> Assignee: Jakub Senko
> Fix For: 7.2.0.Alpha1
>
>
> Surefire aims at unit testing.
> Failsafe, unlike Surefire, binds to two build phases - integration-tests and verify.
> That not only moves test execution to the correct phase, but also brings possibility to test several issues present in the testsuite - like skipping successive Surefire executions in a single module if former fails (not affected by -fae).
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list