Skip to content

Commit

Permalink
Merge pull request #80 from ryanjbaxter/master
Browse files Browse the repository at this point in the history
Simplifying release by specifying profile and goals in POM
  • Loading branch information
ryanjbaxter committed Nov 1, 2013
2 parents 6aa512d + d7a4905 commit 9a179f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
<version>${maven-release-plugin.version}</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 9a179f9

Please sign in to comment.