spideruci / tacoco

Integrated Software Analysis Framework
https://github.com/spideruci/tacoco
MIT License
8 stars 7 forks source link

Update pom.xml to make installing easier #115

Closed kajdreef closed 4 years ago

kajdreef commented 4 years ago

The current implementation splits the downloading and unpacking of the projects4testing jar and using it in the integration-test into two different phases (respectively package and integration-test). As a result, if someone wants to quickly install it without running the integration tests and not modifying the .m2/settings.xml to allow for downloading the projects4testing.jar it fail.

I moved this both to the integration-test phase, so if we skip the integration-test phase it also skips downloading the projects4testing.jar.