You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/05/22 00:20:57 UTC

[incubator-dubbo] 01/03: Add arguments for release-plugin

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

liujun pushed a commit to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit 472e62c831163dc93093fdb56a4cc0183ec65778
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon May 21 22:58:41 2018 +0800

    Add arguments for release-plugin
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 411db8c..eaf8a08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -528,6 +529,7 @@
                     <useReleaseProfile>false</useReleaseProfile>
                     <releaseProfiles>release</releaseProfiles>
                     <goals>deploy</goals>
+                    <arguments>${arguments}</arguments>
                 </configuration>
             </plugin>
         </plugins>

-- 
To stop receiving notification emails like this one, please contact
liujun@apache.org.