diff options
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/main/pom.xml | 2 | ||||
-rw-r--r-- | sonar/ooxml/pom.xml | 2 | ||||
-rw-r--r-- | sonar/pom.xml | 4 |
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> |