Skip to content

Commit

Permalink
java-toolkit-env: an ability to pass additional release properties added
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Mar 12, 2014
1 parent 744b4a8 commit aade928
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions parent/java-toolkit-env/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@

<skip.site-deploy>true</skip.site-deploy>

<!-- additional release properties -->
<release.arguments />

<!-- Maven plugins -->
<maven.aspectj-plugin.version>1.6</maven.aspectj-plugin.version>
<maven.compiler-plugin.version>3.1</maven.compiler-plugin.version>
Expand Down Expand Up @@ -192,6 +195,13 @@
<version>${maven-resources-plugin.version}</version>
</plugin>

<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration combine.self="append">
<arguments>-Psonatype-oss-release ${release.arguments}</arguments>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit aade928

Please sign in to comment.