minor: ' -Dxml.skip=true' was added to deploy stage

This commit is contained in:
Roman Ivanov 2016-01-26 12:44:56 -08:00
parent 9450ce4097
commit 06fdf7c9c6
1 changed files with 1 additions and 1 deletions

View File

@ -282,5 +282,5 @@ after_success:
then
mvn -s config/deploy-settings.xml deploy \
-DskipTests -DskipITs -Dpmd.skip=true -Dfindbugs.skip=true \
-Dcobertura.skip=true -Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true ;
-Dcobertura.skip=true -Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true -Dxml.skip=true ;
fi