File tree Expand file tree Collapse file tree 5 files changed +44
-974
lines changed Expand file tree Collapse file tree 5 files changed +44
-974
lines changed Original file line number Diff line number Diff line change 161
161
<plugin >
162
162
<groupId >org.apache.maven.plugins</groupId >
163
163
<artifactId >maven-javadoc-plugin</artifactId >
164
- <version >2.10.4 </version >
164
+ <version >3.0.1 </version >
165
165
<configuration >
166
166
<aggregate >true</aggregate >
167
- <debug >true</debug >
167
+ <source >1.8</source >
168
+ <encoding >UTF-8</encoding >
169
+ <maxmemory >1g</maxmemory >
168
170
<links >
169
- <link >http://java.sun.com/javaee/5/docs/api</link >
170
- <link >http://java.sun.com/j2se/1.5.0/docs/api</link >
171
+ <link >http://docs.oracle.com/javase/8/docs/api</link >
171
172
</links >
172
173
<excludePackageNames />
174
+ <additionalOptions >
175
+ <additionalOption >-Xdoclint:none</additionalOption >
176
+ </additionalOptions >
173
177
</configuration >
174
178
</plugin >
175
179
<plugin >
Original file line number Diff line number Diff line change 127
127
<configuration >
128
128
<testNGArtifactName >none:none</testNGArtifactName >
129
129
<argLine >-XX:+StartAttachListener</argLine >
130
+ <argLine >
131
+ -javaagent:${settings.localRepository} /org/jmockit/jmockit/${jmockit-version} /jmockit-${jmockit-version} .jar
132
+ </argLine >
130
133
</configuration >
131
134
<executions >
132
135
<execution >
193
196
<plugin >
194
197
<groupId >org.apache.maven.plugins</groupId >
195
198
<artifactId >maven-javadoc-plugin</artifactId >
196
- <version >2.10.4 </version >
199
+ <version >3.0.1 </version >
197
200
<configuration >
198
201
<aggregate >true</aggregate >
199
202
<source >1.8</source >
200
203
<encoding >UTF-8</encoding >
201
204
<maxmemory >1g</maxmemory >
205
+ <links >
206
+ <link >http://docs.oracle.com/javase/8/docs/api</link >
207
+ </links >
202
208
<excludePackageNames >${javadoc.package.exclude} </excludePackageNames >
209
+ <additionalOptions >
210
+ <additionalOption >-Xdoclint:none</additionalOption >
211
+ </additionalOptions >
203
212
</configuration >
204
213
<executions >
205
214
<execution >
1022
1031
<scala-maven-plugin-version >3.2.1</scala-maven-plugin-version >
1023
1032
<jmustache-version >1.12</jmustache-version >
1024
1033
<testng-version >6.9.6</testng-version >
1025
- <surefire-version >2.19.1 </surefire-version >
1034
+ <surefire-version >2.22.0 </surefire-version >
1026
1035
<jmockit-version >1.25</jmockit-version >
1027
1036
<reflections-version >0.9.10</reflections-version >
1028
1037
<swagger-codegen-generators-version >1.0.0-SNAPSHOT</swagger-codegen-generators-version >
1038
+ <jmockit-version >1.42</jmockit-version >
1029
1039
</properties >
1030
1040
</project >
Original file line number Diff line number Diff line change 126
126
<configuration>
127
127
<testNGArtifactName>none:none</testNGArtifactName>
128
128
<argLine>-XX:+StartAttachListener</argLine>
129
+ <argLine>
130
+ -javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit-version}/jmockit-${jmockit-version}.jar
131
+ </argLine>
129
132
</configuration>
130
133
<executions>
131
134
<execution>
192
195
<plugin>
193
196
<groupId>org.apache.maven.plugins</groupId>
194
197
<artifactId>maven-javadoc-plugin</artifactId>
195
- <version>2.10.4 </version>
198
+ <version>3.0.1 </version>
196
199
<configuration>
197
200
<aggregate>true</aggregate>
198
201
<source>1.8</source>
199
202
<encoding>UTF-8</encoding>
200
203
<maxmemory>1g</maxmemory>
204
+ <links>
205
+ <link>http://docs.oracle.com/javase/8/docs/api</link>
206
+ </links>
201
207
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
208
+ <additionalOptions>
209
+ <additionalOption>-Xdoclint:none</additionalOption>
210
+ </additionalOptions>
202
211
</configuration>
203
212
<executions>
204
213
<execution>
924
933
<scala-maven-plugin-version>3.2.1</scala-maven-plugin-version>
925
934
<jmustache-version>1.12</jmustache-version>
926
935
<testng-version>6.9.6</testng-version>
927
- <surefire-version>2.19.1 </surefire-version>
936
+ <surefire-version>2.22.0 </surefire-version>
928
937
<jmockit-version>1.25</jmockit-version>
929
938
<reflections-version>0.9.10</reflections-version>
930
939
<swagger-codegen-generators-version>1.0.0-SNAPSHOT</swagger-codegen-generators-version>
940
+ <jmockit-version>1.42</jmockit-version>
931
941
</properties>
932
942
</project>
You can’t perform that action at this time.
0 commit comments