You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/19 22:27:31 UTC

[commons-skin] 16/16: Add properties to POM for commons-release plugin.

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-skin.git

commit 4833074e3a0c920a48381ff5aaae2b4a3a6c7223
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Tue Nov 19 22:26:08 2019 +0000

    Add properties to POM for commons-release plugin.
    
    The following works to locally stage the nexus artifacts:
    
    mvn deploy -Ptest-deploy -Prelease -Duser.name=aherbert
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 04efca7..bd100bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,13 @@
 
   <properties>
     <animal.sniffer.skip>true</animal.sniffer.skip>
+    <!-- To use the commons-release plugin -->
+    <commons.componentid>skin</commons.componentid>
+    <commons.release.isDistModule>true</commons.release.isDistModule>
+    <!-- No svn staging -->
+    <commons.distSvnStagingUrl></commons.distSvnStagingUrl>
+    <commons.releaseManagerName>Alex Herbert</commons.releaseManagerName>
+    <commons.releaseManagerKey>BC87A3FD0A54480F0BADBEBD21939FF0CA2A6567</commons.releaseManagerKey>
   </properties>
 
   <build>