Skip to content

Commit

Permalink
Added release profile for mojo release.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed May 12, 2019
1 parent aaac72b commit 5a3851a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>${arguments}</arguments>
<!-- do not deploy site but use instructions in README.md -->
<mavenExecutorId>forked-path</mavenExecutorId>
<goals>deploy</goals>
<useReleaseProfile>false</useReleaseProfile>
<arguments>-Pmojo-release ${arguments}</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
Expand Down

0 comments on commit 5a3851a

Please # to comment.