Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 2b4919c

Browse files
committed
Disable automatic pushing of release changes, sign tags, simplify commit messages
1 parent a6c95c8 commit 2b4919c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<connection>scm:git:git://github.com/eclipse/sisu.plexus.git</connection>
6262
<developerConnection>scm:git:[email protected]:eclipse/sisu.plexus.git</developerConnection>
6363
<url>https://github.com/eclipse/sisu.plexus</url>
64+
<tag>HEAD</tag>
6465
</scm>
6566
<issueManagement>
6667
<system>GitHub</system>
@@ -254,10 +255,13 @@ Bundle-DocURL: http://www.eclipse.org/sisu/
254255
<artifactId>maven-release-plugin</artifactId>
255256
<version>3.0.0</version>
256257
<configuration>
257-
<dryRun>true</dryRun> <!-- releases are made using the prepare/perform_milestone.sh scripts -->
258258
<mavenExecutorId>forked-path</mavenExecutorId>
259259
<useReleaseProfile>false</useReleaseProfile>
260260
<arguments>-Psonatype-oss-release</arguments>
261+
<pushChanges>false</pushChanges>
262+
<scmCommentPrefix>|</scmCommentPrefix>
263+
<signTag>true</signTag>
264+
<tagNameFormat>milestones/@{project.version}</tagNameFormat>
261265
</configuration>
262266
</plugin>
263267
<plugin>

0 commit comments

Comments
 (0)