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 91a4e8d commit c98b3ccCopy full SHA for c98b3cc
pom.xml
@@ -65,6 +65,9 @@
65
<configuration>
66
<tagNameFormat>v@{project.version}</tagNameFormat>
67
<autoVersionSubmodules>true</autoVersionSubmodules>
68
+ <!-- do not release profile from Maven super pom -->
69
+ <useReleaseProfile>false</useReleaseProfile>
70
+ <!-- instead use our own one called release, see below -->
71
<releaseProfiles>release</releaseProfiles>
72
</configuration>
73
</plugin>
0 commit comments