Skip to content

Commit

Permalink
updated release plugin config to enable sonatype-oss-release profile …
Browse files Browse the repository at this point in the history
…in local ~/.m2/settings.xml containing pgp info
  • Loading branch information
lhazlewood committed Apr 18, 2013
1 parent 1c3c014 commit 08431ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<arguments>-Pdocs,signature</arguments>
<arguments>-Pdocs,signature,sonatype-oss-release</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
Expand Down

0 comments on commit 08431ef

Please sign in to comment.