Skip to content

Travis: Don't build artefacts on verify-phase #76

@paasovaara

Description

@paasovaara

Currently we run first the build and unit tests with mvn clean package.

after this we run integration tests on a separate build step with mvn verify because we don't always want to run these locally on each build. currently verify however builds the artefacts again which consumes our CI resources.

How to run integraiton-tests without a rebuild?
https://stackoverflow.com/questions/4330518/how-to-stop-mavens-verify-phase-rebuilding-the-artifact

this works on another repo but not here:

mvn failsafe:integration-test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions