Skip to content

Commit

Permalink
enable dist,docs profiles by default during release
Browse files Browse the repository at this point in the history
  • Loading branch information
woj-tek committed Oct 19, 2015
1 parent 71f3381 commit 33cbfec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<releaseProfiles>dist,docs</releaseProfiles>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 33cbfec

Please sign in to comment.