Package maven-failsafe-plugin: Information

    Binary package: maven-failsafe-plugin
    Version: 3.0.0_M4-alt1_6jpp11
    Architecture: noarch
    Build time:  Sep 20, 2023, 08:30 PM
    Source package: maven-surefire
    Category: Development/Java
    Report package bug
    License: ASL 2.0 and CPL
    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.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    July 7, 2022 Igor Vlasenko 0:3.0.0_M4-alt1_6jpp11
    - fixed build with new testng
    July 1, 2022 Igor Vlasenko 0:3.0.0_M4-alt1_3jpp11
    - fixed build with maven-shared-utils
    June 10, 2021 Igor Vlasenko 0:3.0.0_M4-alt1_1jpp11
    - new version