1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-2373

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Ivo <teleivo@users.noreply.github.com> Ivo <teleivo@users.noreply.github.com> 02eab6aa5a6cc74b377839eeafb090e4fa0ea6ae Keep test results for reporting coverage
we discovered that we are not running integration tests on Travis CI and thus added them. the clean removes the artifacts created when running unit tests. try not cleaning them up before running the integration tests

for more see https://talk.openmrs.org/t/rest-web-services-tests-failing-after-recent-changes-to-core/29551
Ivo <teleivo@users.noreply.github.com> Ivo <teleivo@users.noreply.github.com> b885dfc5aef12038feab2e5acff73f40d87f6aad TRUNK-5816 Merged tests execution listeners (#3395)
* TRUNK-5816 Merge custom TestExecutionlisteners with defaults

so we do not have to keep track of what the defaults are and how they change in spring updates. See https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/testing.html#testcontext-tel-config-merging

* TRUNK-5816 Import enum for merge