We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4071f94 + b79bae6 commit 76c7c42Copy full SHA for 76c7c42
1 file changed
.github/workflows/maven-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
settings-path: ${{ github.workspace }} # location for the settings.xml file
27
28
- name: Build with Maven
29
- run: mvn -B --projects org.eclipse.paho.client.mqttv3 --file pom.xml -DskipTests package
+ run: mvn --projects org.eclipse.paho.client.mqttv3 --file pom.xml -DskipTests package
30
31
- name: Publish to GitHub Packages Apache Maven
32
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
0 commit comments