Skip to content

Commit c98b3cc

Browse files
committed
deactivated release profile from super pom to avoid duplicate sources jar creation
1 parent 91a4e8d commit c98b3cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
<configuration>
6666
<tagNameFormat>v@{project.version}</tagNameFormat>
6767
<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 -->
6871
<releaseProfiles>release</releaseProfiles>
6972
</configuration>
7073
</plugin>

0 commit comments

Comments
 (0)