$> mvn clean install
- Merge to master
$> git checkout master
$> git merge development
$> git push
- Make the release
This step requires some configuration in you local Maven. Add
stackops-plugins
as server in theservers
section onsettings.xml
, using username/password. The set up user requires deploy permissions tohttps://clinker.stackops.org/nexus/content/repositories/stackops-plugins
Then, make the release:
$> mvn release:prepare release:perform
This command will create the tag and deploy artifact to Stackops plugins repository (which will be used by Portal as update center).