Skip to content

Commit

Permalink
Fix missing activation from release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed May 11, 2024
1 parent f55235d commit 536b432
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,12 @@ limitations under the License.
</profile>
<profile>
<id>release</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<!-- Skip license plugin during release as maven release is now shallow cloned -->
Expand Down

0 comments on commit 536b432

Please sign in to comment.