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

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


The following commit(s) were added to refs/heads/master by this push:
     new b09a150  polish pom.xml (remove test profile and jvm permSize args) 
(#3407)
b09a150 is described below

commit b09a150d3d54590c2203d5c7da25ff925a9521dc
Author: Huang YunKun <hty...@gmail.com>
AuthorDate: Thu Jan 31 17:40:07 2019 +0800

    polish pom.xml (remove test profile and jvm permSize args) (#3407)
---
 pom.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7812620..cbf2687 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
         <cglib_version>2.2</cglib_version>
         <mockito_version>2.23.4</mockito_version>
         <!-- Build args -->
-        <argline>-server -Xms256m -Xmx512m -XX:PermSize=64m 
-XX:MaxPermSize=128m -Dfile.encoding=UTF-8
+        <argline>-server -Xms256m -Xmx512m -Dfile.encoding=UTF-8
             -Djava.net.preferIPv4Stack=true -XX:MetaspaceSize=64m 
-XX:MaxMetaspaceSize=128m
         </argline>
         <skip_maven_deploy>false</skip_maven_deploy>
@@ -196,17 +196,6 @@
 
     <profiles>
         <profile>
-            <id>test</id>
-            <activation>
-                <file>
-                    <missing>.project</missing>
-                </file>
-            </activation>
-            <modules>
-                <module>dubbo-test</module>
-            </modules>
-        </profile>
-        <profile>
             <id>checkstyle</id>
             <activation>
                 <jdk>[1.8,)</jdk>

Reply via email to