Building
All you need to build the project is Maven 3 and Java 8 JDK
Building project using Docker
If you don't want to install Java and Maven on your machine, you can use our Docker building image.
1st step (once)
2nd step
Releasing the project
If you are interested in cutting a release of the project follow steps described below:
Before you start
You have to had a DockerHub account setting configured in your ~/.m2/settings.xml
:
rhiotsecretregistry.hub.docker.com
Cutting the release
Execute the following command in the project main directory:
After the release
update release guide Releases Notes using GitHub tickets marked as done in the given version
upgrade version in Rhiot command line (
tooling/bash/rhiot.sh
). Look up for a line similar toRHIOT_VERSION=x.y.z
.
Last updated