Skip to content

Commit

Permalink
Remove -Pjre8 option
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tamura committed Aug 26, 2017
1 parent d42e34f commit f2d9630
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,20 @@
<artifactId>easybuggy</artifactId>
<version>1-SNAPSHOT</version>
<packaging>war</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<easybuggy-port>8080</easybuggy-port>
<!-- default properties (JDK 1.7 or earlier) -->
<jvm.args.perm.size>-XX:MaxPermSize=64m</jvm.args.perm.size>
<jvm.args.gc.log.path>-Xloggc:logs/gc.log</jvm.args.gc.log.path>
</properties>

<profiles>
<!-- JRE 7 or older specific config elements -->
<profile>
<id>jre7</id>
<!-- activates JRE 7 by default -->
<activation>
<activeByDefault>true</activeByDefault>
<jdk>1.8</jdk>
</activation>
<properties>
<jvm.args.perm.size>-XX:MaxPermSize=64m</jvm.args.perm.size>
<jvm.args.gc.log.path>-Xloggc:logs/gc.log</jvm.args.gc.log.path>
</properties>
</profile>
<!-- JRE 8 specific config elements -->
<profile>
<id>jre8</id>
<properties>
<jvm.args.perm.size>-XX:MaxMetaspaceSize=64m</jvm.args.perm.size>
<jvm.args.gc.log.path>-Xloggc:logs/gc_%p_%t.log</jvm.args.gc.log.path>
Expand Down

0 comments on commit f2d9630

Please sign in to comment.