aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2017-09-17 11:07:28 +0000
committerDominik Stadler <centic@apache.org>2017-09-17 11:07:28 +0000
commitd7ee368e0e29e57c5bdf0e64ac5503c490c924f6 (patch)
tree00cbb62e075a39000dcedfd2d3246135385eba3b /sonar
parenta7280639bd0904b86cdf7f0e1bce02f0e28e05bf (diff)
downloadpoi-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')
-rw-r--r--sonar/main/pom.xml2
-rw-r--r--sonar/ooxml/pom.xml2
-rw-r--r--sonar/pom.xml4
3 files changed, 4 insertions, 4 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>
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index ed10f74b0c..934c19dd13 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -93,7 +93,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>
diff --git a/sonar/pom.xml b/sonar/pom.xml
index 6d37111ada..5505e9ba70 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -156,7 +156,7 @@
</activation>
<properties>
<maven.compiler.maxmem>512m</maven.compiler.maxmem>
- <argLine>-Xmx768m -XX:MaxPermSize=128m</argLine>
+ <argLine>-Xmx768m</argLine>
</properties>
</profile>
@@ -170,7 +170,7 @@
</activation>
<properties>
<maven.compiler.maxmem>768m</maven.compiler.maxmem>
- <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
+ <argLine>-Xmx1024m</argLine>
</properties>
</profile>