Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a standard Maven POM-file to build a JAR-file to provide compatibility with bare application server deployments #7

Open
MLenterman opened this issue Jul 4, 2024 · 0 comments
Labels
feature feature

Comments

@MLenterman
Copy link
Contributor

Currently the Dockerfile includes steps to build/package the configuration resources, which from a seperation of concerns viewpoint is not ideal. Traditionally configurations were built/packaged with Maven into a JAR-file, which was then added onto the classpath in some way together with Frank!Framework/WebApp.

It would be great if we could use Maven to build/package the configuration resources and simply copy the resulting JAR-file to the Docker image in the Dockerfile. Frank!Framework Test should cover our use-case for the most part already and could be used as example.

Initial scope for the Maven build/package should be just packaging all the resources into a JAR-file and modifying the Dockerfile to simply copy the resulting JAR-file.

@MLenterman MLenterman added the feature feature label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature
Projects
None yet
Development

No branches or pull requests

1 participant