Skip to content

Commit

Permalink
Issue #4387: skip checkstyle plugin execution during release as it de…
Browse files Browse the repository at this point in the history
…pends on old version and could cause problems
  • Loading branch information
romani committed Jun 3, 2017
1 parent bb1b37d commit ed1f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -28,7 +28,7 @@ echo "exit" | ssh -t $SF_USER,checkstyle@shell.sourceforge.net create
mvn -Pgpg release:prepare -B -Darguments="-DskipTests -DskipITs -Dpmd.skip=true -Dfindbugs.skip=true -Dcobertura.skip=true -Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true -Dxml.skip=true"

# deployment of jars to maven central and publication of site to http://checkstyle.sourceforge.net/new-site/
mvn -Pgpg release:perform -Darguments='-Dcheckstyle.ant.skip=true'
mvn -Pgpg release:perform -Darguments='-Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true'

#############################

Expand Down

0 comments on commit ed1f87b

Please sign in to comment.