We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1243969 commit 848a35cCopy full SHA for 848a35c
.github/workflows/maven-publish.yml
@@ -6,7 +6,7 @@ name: Maven Package
6
on:
7
release:
8
types: [created]
9
-
+https://github.com/refactorfirst/RefactorFirst/blob/main/.github/workflows/maven-publish.yml
10
jobs:
11
build:
12
runs-on: ubuntu-latest
@@ -41,4 +41,4 @@ jobs:
41
nexus_password: ${{ secrets.nexus_password }}
42
maven_profiles: publish
43
maven_goals_phases: release:prepare release:perform
44
- maven_args: -B -X -e
+ maven_args: -B
0 commit comments