Gitlab builds and hosting maven packages

Hello People,

I recently saw that giltab has a nice integration with maven 3.6+ to build and host the maven packages. Have anyone used this.
I think would be a great way to have URcap cause it is always updated with your code and gives you access to all previous versions of your URcap and also acts as a hosting server to dowload from.

I start the topic to keep all findings regarding that under one location

You can find here some documentation Maven packages in the Package Registry | GitLab

1 Like

Hello,

I also use GitLab and a CI pipeline for compiling the URCap. However, I use a Docker container for compiling.
I created an image with the SDK and published it on the Docker Hub at Docker.

After compiling, I push the URCap to the generic package registry of Gitlab.