Skip to content

Commit

Permalink
Add arguments for release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed May 21, 2018
1 parent 7c07339 commit 472e62c
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 @@ -115,6 +115,7 @@
<maven_checkstyle_version>3.0.0</maven_checkstyle_version>
<maven_jacoco_version>0.8.1</maven_jacoco_version>
<apache-rat-plugin.version>0.12</apache-rat-plugin.version>
<arguments/>
</properties>

<modules>
Expand Down Expand Up @@ -528,6 +529,7 @@
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
<arguments>${arguments}</arguments>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 472e62c

Please sign in to comment.