Skip to content

Commit

Permalink
Improve configuration of maven-release-plugin
Browse files Browse the repository at this point in the history
- remove deprecated parameter
- set autoVersionSubmodules to true
  • Loading branch information
slawekjaranowski committed Jun 9, 2022
1 parent 0ba56be commit 4682d3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -409,10 +409,9 @@
<version>${maven-release-plugin.version}</version>
<configuration>
<!-- do not deploy site but use instructions in README.md -->
<mavenExecutorId>forked-path</mavenExecutorId>
<goals>deploy</goals>
<useReleaseProfile>false</useReleaseProfile>
<arguments>-Pmojo-release</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4682d3c

Please sign in to comment.