File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 17
17
<maven .compile.source>1.8</maven .compile.source>
18
18
<maven .compile.target>1.8</maven .compile.target>
19
19
<maven .source.plugin>3.0.1</maven .source.plugin>
20
- <maven-compiler-plugin .version>3.6.0 </maven-compiler-plugin .version>
20
+ <maven-compiler-plugin .version>3.8.1 </maven-compiler-plugin .version>
21
21
<nexus .staging.maven.plugin>1.6.3</nexus .staging.maven.plugin>
22
22
23
23
<pagehelper-starter .version>1.2.7</pagehelper-starter .version>
121
121
<plugin >
122
122
<groupId >org.apache.maven.plugins</groupId >
123
123
<artifactId >maven-compiler-plugin</artifactId >
124
+ <version >${maven-compiler-plugin.version} </version >
124
125
<configuration >
125
126
<source >${maven.compile.source} </source >
126
127
<target >${maven.compile.target} </target >
129
130
</configuration >
130
131
</plugin >
131
132
133
+ <plugin >
134
+ <artifactId >maven-surefire-plugin</artifactId >
135
+ <version >2.22.2</version >
136
+ </plugin >
132
137
</plugins >
133
138
</build >
134
139
153
158
<plugin >
154
159
<groupId >org.jacoco</groupId >
155
160
<artifactId >jacoco-maven-plugin</artifactId >
161
+ <version >0.8.2</version >
156
162
<executions >
157
163
<execution >
158
164
<goals >
173
179
<plugin >
174
180
<groupId >org.openclover</groupId >
175
181
<artifactId >clover-maven-plugin</artifactId >
182
+ <version >4.3.1</version >
176
183
<configuration >
177
184
<generateHtml >true</generateHtml >
178
185
<generateXml >true</generateXml >
You can’t perform that action at this time.
0 commit comments