Skip to content

Commit 76c7c42

Browse files
author
rdasgupt
committed
2 parents 4071f94 + b79bae6 commit 76c7c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
settings-path: ${{ github.workspace }} # location for the settings.xml file
2727

2828
- name: Build with Maven
29-
run: mvn -B --projects org.eclipse.paho.client.mqttv3 --file pom.xml -DskipTests package
29+
run: mvn --projects org.eclipse.paho.client.mqttv3 --file pom.xml -DskipTests package
3030

3131
- name: Publish to GitHub Packages Apache Maven
3232
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml

0 commit comments

Comments
 (0)