Fix to wide text on newline with only one word. Report lexer error
3 files changed
tree: 6b6d5e5d1e6d6c1c0440be916ff9c0e57498e4e0
  1. deploy/
  2. docker/
  3. src/
  4. .gitignore
  5. docker-compose.yml
  6. LICENSE.md
  7. NOTICE.md
  8. pom.xml
  9. README.md
  10. 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.