This will add integration tests that can be used to check that the built docker image can be started and the server called.
The following updates are included:
Changes to the Dockerfile, dependencies are now downloaded here and not by maven.
Github action release.yml now runs mvn verify to verify the application before publishing anything.
Disables generation of a jar file during maven build process because it's not needed. Classes will be copied directly into docker image anyway.
This will add integration tests that can be used to check that the built docker image can be started and the server called.
The following updates are included: Changes to the Dockerfile, dependencies are now downloaded here and not by maven. Github action release.yml now runs mvn verify to verify the application before publishing anything. Disables generation of a jar file during maven build process because it's not needed. Classes will be copied directly into docker image anyway.