-
Notifications
You must be signed in to change notification settings - Fork 26
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
Enable Maven use for builds and more #186
Labels
Milestone
Comments
Using JIB is so easy...
|
See https://github.com/poikilotherm/dataverse/tree/5292-mvn-container and IQSS/dataverse#7245 for progress on this, not using JIB but still having exploded WAR. |
poikilotherm
added
documentation
Relating to docs enhancement
enhancement
New feature or request
and removed
crazy ideas
Let's get crazy...
labels
Feb 8, 2021
poikilotherm
added a commit
that referenced
this issue
Jun 18, 2021
poikilotherm
added a commit
that referenced
this issue
Jun 18, 2021
Done with the Maven based builds in https://github.com/gdcc/dataverse/tree/develop+ct and https://github.com/gdcc/dataverse/tree/master+ct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inspired by https://github.com/payara/Payara/tree/master/appserver/extras, it would be nice to look into using Maven for images and maybe more.
We could try to compile Dataverse as a submodule. When that submodule would allow for packaging an installation bundle (instead of using automake), it would greatly ease image building and reduce complexity.
It might also be used to replace Skaffold with the right plugins to deploy images to a cluster. (Or integrated with a custom skaffold build call to Maven). IIRC there are Maven plugins for docker-compose, too.
The text was updated successfully, but these errors were encountered: