Skip to content

Commit 5799f93

Browse files
Use consistent -pl syntax in release:perform step
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent a27f6cc commit 5799f93

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,9 @@ jobs:
110110
111111
# Run release:perform to build and deploy
112112
# Only release production modules, exclude all sample modules
113-
./mvnw -B release:perform \
113+
./mvnw -B -pl xapi-model,xapi-client,xapi-model-spring-boot-starter -am release:perform \
114114
-DlocalCheckout=true \
115-
-DeployAtEnd=true \
116-
-Darguments="-pl xapi-model,xapi-client,xapi-model-spring-boot-starter -am"
115+
-DeployAtEnd=true
117116
env:
118117
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
119118
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)