File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 7272
7373 <!-- Modules. -->
7474 <nexus-staging-maven-plugin .version>1.6.7</nexus-staging-maven-plugin .version>
75- <maven-source -plugin .version>3.0.0 </maven-source -plugin .version>
75+ <maven-compiler -plugin .version>3.5.1 </maven-compiler -plugin .version>
7676 <maven-javadoc-plugin .version>2.10.3</maven-javadoc-plugin .version>
7777 <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
78- <maven-compiler-plugin .version>3.5.1</maven-compiler-plugin .version>
78+ <maven-source-plugin .version>3.0.0</maven-source-plugin .version>
79+ <maven-surefire-plugin .version>9</maven-surefire-plugin .version>
7980
8081 <!-- libraries. -->
8182 <gson .version>2.6.2</gson .version>
156157 <configuration >
157158 <source >${jdk.version} </source >
158159 <target >${jdk.version} </target >
159- <fork >true</fork >
160- <meminitial >256m</meminitial >
161- <maxmem >512m</maxmem >
160+ </configuration >
161+ </plugin >
162+
163+ <plugin >
164+ <groupId >org.apache.maven.plugins</groupId >
165+ <artifactId >maven-surefire-plugin</artifactId >
166+ <version >2.1${maven-surefire-plugin.version} .1</version >
167+ <configuration >
168+ <forkCount >1</forkCount >
169+ <reuseForks >true</reuseForks >
170+ <argLine >-Xmx1024m -XX:MaxPermSize=256m</argLine >
162171 </configuration >
163172 </plugin >
164173 </plugins >
You can’t perform that action at this time.
0 commit comments