...
- Check out oparent
- git tag -l
- git co tags/1.2.1 -b 1.2.1
- edit checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml, fix bugmodule name
- <property <module name="maxLineLength" value="120"/LineLength">
+ <!--property <module name="maxLineLength" value="120"/--LineLengthCheck"> - The versions in the POMs in oparent are snapshot, so we need to change those to 1.2.1
mvn versions:set -DnewVersion=1.2.1 - Now build locally:
mvn clean install
...