Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit 3002b78

Browse files
author
Thomas Diesler
committed
[resolves #136] Release prepare does not install artefacts in local repo
1 parent d69cb20 commit 3002b78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@
228228
<version>${version-maven-release-plugin}</version>
229229
<configuration>
230230
<autoVersionSubmodules>true</autoVersionSubmodules>
231+
<preparationGoals>clean install</preparationGoals>
232+
<tagNameFormat>@{project.version}</tagNameFormat>
231233
</configuration>
232234
</plugin>
233235
<plugin>

0 commit comments

Comments
 (0)