diff options
author | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:28 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:28 +0000 |
commit | d7ee368e0e29e57c5bdf0e64ac5503c490c924f6 (patch) | |
tree | 00cbb62e075a39000dcedfd2d3246135385eba3b /sonar/main/pom.xml | |
parent | a7280639bd0904b86cdf7f0e1bce02f0e28e05bf (diff) | |
download | poi-d7ee368e0e29e57c5bdf0e64ac5503c490c924f6.tar.gz poi-d7ee368e0e29e57c5bdf0e64ac5503c490c924f6.zip |
MaxPermSize is not used any more in Java 8, so remove it everywhere
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/main/pom.xml')
-rw-r--r-- | sonar/main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 0695148ddb..cac9f58342 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -103,7 +103,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>${maven.plugin.surefire.version}</version> <configuration> - <argLine>@{argLine} -Duser.language=en -Duser.country=US -Xmx1024m -XX:MaxPermSize=256m -XX:-OmitStackTraceInFastThrow</argLine> + <argLine>@{argLine} -Duser.language=en -Duser.country=US -Xmx1024m -XX:-OmitStackTraceInFastThrow</argLine> </configuration> </plugin> </plugins> |