8000 use tagname without artifact prefix for releases (#124) · github-cloud/github-plugin@d9af402 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9af402

Browse files
committed
use tagname without artifact prefix for releases (jenkinsci#124)
1 parent d4af6be commit d9af402

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,19 @@
282282
</execution>
283283
</executions>
284284
</plugin>
285+
286+
<plugin>
287+
<artifactId>maven-release-plugin</artifactId>
288+
<configuration>
289+
<tagNameFormat>v@{project.version}</tagNameFormat>
290+
<mavenExecutorId>forked-path</mavenExecutorId>
291+
<useReleaseProfile>false</useReleaseProfile>
292+
<preparationGoals>clean install</preparationGoals>
293+
<goals>deploy</goals>
294+
<arguments>${arguments}</arguments>
295+
<releaseProfiles>jenkins-release,${releaseProfiles}</releaseProfiles>
296+
</configuration>
297+
</plugin>
285298
</plugins>
286299
</build>
287300
</project>

0 commit comments

Comments
 (0)
0