Skip to content

Commit

Permalink
Configure maven-release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit committed Oct 16, 2024
1 parent 6f65a65 commit 425c403
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@
<extensions>true</extensions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<arguments>${arguments} -Psonatype-oss-release</arguments>
</configuration>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 425c403

Please sign in to comment.