Excluding examples from deploy command. (#196)

This commit is contained in:
Artur Souza 2020-01-31 19:58:10 -08:00 committed by GitHub
parent 24232eee08
commit 89ad2edb19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,4 +78,4 @@ jobs:
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
export GPG_TTY=$(tty)
gpg --batch --import private-key.gpg
mvn -V -B -Dgpg.skip=false -s settings.xml deploy
mvn -V -B -Dgpg.skip=false -s settings.xml deploy -pl \!examples