scalecube / scalecube-travis-ci

this repository contains the scripts for making the

Home Page:http://scalecube.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate POMS for CI CD readyness

ronenhamias opened this issue · comments

commented

POMs should have some plugins enabled (e.g. maven-release-plugin etc.,)
Fail the process if a POM does not meet these basic requirements

try something like mvn release:prepare -DdryRun=true
and afterwords do mvn release:clean