Skip to content

Commit

Permalink
get release profile right
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Apr 26, 2022
1 parent 73fec4c commit e72115e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@


<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<id>release</id>
<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -147,6 +141,7 @@
<configuration>
<localCheckout>true</localCheckout>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e72115e

Please sign in to comment.