Skip to content

Commit

Permalink
Add explicit <releaseProfiles>release</releaseProfiles> to release
Browse files Browse the repository at this point in the history
plugin so that the configuration of javadoc-plugin gets effective also
during release:perform
  • Loading branch information
ppalaga committed Jun 23, 2015
1 parent 9a7eb0c commit 6acd616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -391,6 +391,7 @@
<tagNameFormat>@{project.version}</tagNameFormat>
<preparationGoals>package</preparationGoals>
<goals>deploy</goals>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>

Expand Down

0 comments on commit 6acd616

Please sign in to comment.