You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In contrast to your other projects, simona is a "standalone" application which cannot be run effortless as "light" jar. Therefore we need to find a way to not only release simona @ maven central, but also to release fat/shadow jars here on github. Currently, the CI/CD pipeline does not support such a feature. Therefore such a setup, maybe even in conjuction with a docker deployment to ship the simona jar inside a docker container, is required.
This task includes a proper version management of shadow jars of main and dev branches - which means normal or snapshot shadow jar version naming and must also enable the currently ignored DeploySpec.scala
Tasks
fix and enable DeploySpec.scala
The text was updated successfully, but these errors were encountered:
In contrast to your other projects, simona is a "standalone" application which cannot be run effortless as "light" jar. Therefore we need to find a way to not only release simona @ maven central, but also to release fat/shadow jars here on github. Currently, the CI/CD pipeline does not support such a feature. Therefore such a setup, maybe even in conjuction with a docker deployment to ship the simona jar inside a docker container, is required.
This task includes a proper version management of shadow jars of main and dev branches - which means normal or snapshot shadow jar version naming and must also enable the currently ignored
DeploySpec.scala
Tasks
The text was updated successfully, but these errors were encountered: