Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paasovaara opened this issue Apr 10, 2019 · 0 comments
Open

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

paasovaara opened this issue Apr 10, 2019 · 0 comments

Comments

@paasovaara
Copy link

paasovaara commented Apr 10, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant