Fix PDF Street Line

(cherry picked from commit aaa473af71fdeda93341e1c5c1dc3874ab0912f3)
1 file changed
tree: 4fbfd1cae1c6c139f44e39e7e27d7a17972c3db1
  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.