File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 347
347
<artifactId >maven-surefire-report-plugin</artifactId >
348
348
<version >2.19.1</version >
349
349
</plugin >
350
+ <plugin >
351
+ <groupId >org.apache.maven.plugins</groupId >
352
+ <artifactId >maven-surefire-plugin</artifactId >
353
+ <version >2.19.1</version >
354
+ </plugin >
355
+ <plugin >
356
+ <groupId >org.apache.maven.plugins</groupId >
357
+ <artifactId >maven-clean-plugin</artifactId >
358
+ <version >3.0.0</version >
359
+ </plugin >
360
+ <plugin >
361
+ <groupId >org.apache.maven.plugins</groupId >
362
+ <artifactId >maven-install-plugin</artifactId >
363
+ <version >2.5.2</version >
364
+ </plugin >
365
+ <plugin >
366
+ <groupId >org.apache.maven.plugins</groupId >
367
+ <artifactId >maven-resources-plugin</artifactId >
368
+ <version >2.7</version >
369
+ </plugin >
370
+ <plugin >
371
+ <groupId >org.apache.maven.plugins</groupId >
372
+ <artifactId >maven-site-plugin</artifactId >
373
+ <version >3.4</version >
374
+ </plugin >
375
+ <plugin >
376
+ <groupId >org.apache.maven.plugins</groupId >
377
+ <artifactId >maven-deploy-plugin</artifactId >
378
+ <version >2.8.2</version >
379
+ </plugin >
350
380
</plugins >
351
381
</reporting >
352
382
You can’t perform that action at this time.
0 commit comments