From 95992450909ee01d6a24d05ea843489e35442504 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 18 Mar 2020 20:01:01 +0000 Subject: [PATCH] Update deploy.sh (#286) Update deploy.sh --- .github/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deploy.sh b/.github/deploy.sh index f97d7e9..7cd7ad5 100644 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -24,7 +24,7 @@ echo "deploy.sh: Starting..." ) echo "Releasing..." -mvn ruleset tiles \ +mvn -pl ruleset tiles \ --settings .github/settings.xml \ -Dskip-Tests=true \ -P release \