Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Tm pom cleanup #1124

Closed
wants to merge 6 commits into from
Closed

Tm pom cleanup #1124

wants to merge 6 commits into from

Conversation

trevorackerman
Copy link
Contributor

In addition to removing unused items from the pom, now the fast running unit tests will run before the integration tests. See the Category annotation in MonitorApplicationTest and the maven-surefire-plugin and maven-failsafe-plugin configuration in the pom.

This does change how to run all the tests.

It used to be that running 'mvn test' would run all tests, now it runs only tests without Category annotation (meant to indicate unit tests)

To run all tests run either 'mvn integration-test' or 'mvn verify'

@trevorackerman
Copy link
Contributor Author

need to finish running tests

@trevorackerman trevorackerman deleted the tm-pom-cleanup branch March 15, 2016 21:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant