Enable release profile to maven release plugin

This commit is contained in:
Matthew 2024-04-18 15:35:13 +02:00 committed by JustFiesta
parent a005cf06ca
commit fd6f1a252f

View file

@ -192,7 +192,7 @@
<version>3.0.1</version>
<configuration>
<preparationGoals>package</preparationGoals>
<scmCommentPrefix>[ci skip]</scmCommentPrefix>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
<plugin>