Skip to content

Commit c604649

Browse files
committed
Manage maven-release-plugin as in current parent
1 parent ff625f9 commit c604649

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,15 @@
295295
<artifactId>maven-remote-resources-plugin</artifactId>
296296
<version>3.3.0</version>
297297
</plugin>
298+
<plugin>
299+
<artifactId>maven-release-plugin</artifactId>
300+
<version>3.0.1</version>
301+
<configuration>
302+
<mavenExecutorId>forked-path</mavenExecutorId>
303+
<useReleaseProfile>false</useReleaseProfile>
304+
<arguments>-Poss-release ${release.arguments}</arguments>
305+
</configuration>
306+
</plugin>
298307
</plugins>
299308
</pluginManagement>
300309
<plugins>

0 commit comments

Comments
 (0)