Skip to content

Commit

Permalink
polish pom.xml (remove test profile and jvm permSize args) (#3407)
Browse files Browse the repository at this point in the history
  • Loading branch information
htynkn authored Jan 31, 2019
1 parent dbab8c5 commit b09a150
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -195,17 +195,6 @@
</dependencies>

<profiles>
<profile>
<id>test</id>
<activation>
<file>
<missing>.project</missing>
</file>
</activation>
<modules>
<module>dubbo-test</module>
</modules>
</profile>
<profile>
<id>checkstyle</id>
<activation>
Expand Down

0 comments on commit b09a150

Please sign in to comment.