Name: | maven-failsafe-plugin |
---|---|
Version: | 2.15 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 86524 |
License: | ASL 2.0 and CPL |
RPM: | maven-failsafe-plugin-2.15-3.el7.noarch.rpm |
Source RPM: | maven-surefire-2.15-3.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://maven.apache.org/surefire/ |
Summary: | Maven plugin for running integration tests |
Description: | The Failsafe Plugin is designed to run integration tests while the Surefire Plugins is designed to run unit. The name (failsafe) was chosen both because it is a synonym of surefire and because it implies that when it fails, it does so in a safe way. If you use the Surefire Plugin for running tests, then when you have a test failure, the build will stop at the integration-test phase and your integration test environment will not have been torn down correctly. The Failsafe Plugin is used during the integration-test and verify phases of the build lifecycle to execute the integration tests of an application. The Failsafe Plugin will not fail the build during the integration-test phase thus enabling the post-integration-test phase to execute. |
- Mass rebuild 2013-12-27
- Rebuild to regenerate API documentation - Resolves: CVE-2013-1571
- Update to upstream version 2.15
- Remove unneeded BR - Resolves: rhbz#961467
- Update to upstream version 2.14.1
- Remove unnecessary dependency on mockito
- Remove unneeded dependencies
- Update to upstream version 2.14
- Add missing BR: mockito
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local