Update Imap handling fixing not closing stores, which produced dangling imap connections
2 files changed
tree: a8781e697152c0800d04b7da01564d9e0f0cbf1d
  1. deploy/
  2. docker/
  3. src/
  4. docker-compose.yml
  5. LICENSE.md
  6. NOTICE.md
  7. pom.xml
  8. README.md
  9. sonar-project.properties
README.md

Eclipse openK User Modules - Statement Public Affairs back end

This application represents a user module for the Eclipse openK User Modules project.

Build

Run mvn clean install -DskipTests to build the project. All build artifacts will be stored in the targets/ directory.

Running unit tests

Run mvn clean install to execute the unit tests. All results will be stored in the targets/surefire-reports directory.

Further details about how to build, configure and run this module in a production or test environment, please see the howToBuild and howToRun documentation.