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 a98eaca commit 9322094Copy full SHA for 9322094
.github/workflows/release.yml
@@ -34,6 +34,7 @@ jobs:
34
run: |
35
mvn \
36
-e \
37
+ -x \
38
-B \
39
-P release \
40
release:clean \
pom.xml
@@ -113,8 +113,6 @@
113
<artifactId>maven-release-plugin</artifactId>
114
<version>2.5.3</version>
115
<configuration>
116
- <useReleaseProfile>false</useReleaseProfile>
117
- <releaseProfiles>release</releaseProfiles>
118
<goals>deploy</goals>
119
</configuration>
120
</plugin>
0 commit comments