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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new d80f65e  Minor improvement to root pom to make it easier to pass 
parameters to the release plugin
d80f65e is described below

commit d80f65e583a4d014932e0e28ac14f92ea7daa09c
Author: Serge Huber <[email protected]>
AuthorDate: Thu Oct 10 11:06:33 2019 +0200

    Minor improvement to root pom to make it easier to pass parameters to the 
release plugin
    
    Signed-off-by: Serge Huber <[email protected]>
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e8aa8e6..6eefbf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,8 @@
         <httpclient-osgi.version>4.5.5</httpclient-osgi.version>
         <httpcore-osgi.version>4.4.9</httpcore-osgi.version>
 
+        
<release.arguments>-Papache-release,integration-tests</release.arguments>
+
     </properties>
 
     <mailingLists>
@@ -1027,7 +1029,7 @@
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>
-                        
<arguments>-Papache-release,integration-tests</arguments>
+                        <arguments>${release.arguments}</arguments>
                     </configuration>
                 </plugin>
                 <plugin>

Reply via email to