8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4af6be commit d9af402Copy full SHA for d9af402
pom.xml
@@ -282,6 +282,19 @@
282
</execution>
283
</executions>
284
</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>
298
</plugins>
299
</build>
300
</project>
0 commit comments