checkstyle / patch-filters

Suppression Filter for Checkstyle that is based on patch file
GNU Lesser General Public License v2.1
4 stars 6 forks source link

Add more details in pom.xml and publish patch-filters to maven repository? #306

Closed HuGanghui closed 4 years ago

HuGanghui commented 4 years ago

Do we need to add more details in pom.xml and publish patch-filters to maven repository?

rdiachenko commented 4 years ago

@romani you are an expert here. Any thoughts?

romani commented 4 years ago

I will do this.

romani commented 4 years ago

deployed - https://repo1.maven.org/maven2/com/puppycrawl/tools/patch-filters/

see how to setup local settings at https://github.com/checkstyle/checkstyle/wiki/How-to-make-a-release#pre-reqs

commands:

#mvn versions:set -DnewVersion=1.1.0-SNAPSHOT && mvn versions:commit
#git add pom.xml && git commit -m "config: update to 1.1.0-SNAPSHOT" && git push
mvn -e -Pgpg release:prepare 
mvn -e -Pgpg release:perform