File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 402402 <artifactId >maven-site-plugin</artifactId >
403403 <version >3.9.1</version >
404404 </plugin >
405- <plugin >
406- <!-- used when running cobertura outside of the 'site' plugin call. -->
407- <groupId >org.codehaus.mojo</groupId >
408- <artifactId >cobertura-maven-plugin</artifactId >
409- <version >2.7</version >
410- <configuration >
411- <outputDirectory >${cobertura.outputDirectory} </outputDirectory >
412- <check />
413- </configuration >
414- </plugin >
415405 <plugin >
416406 <groupId >org.apache.maven.plugins</groupId >
417407 <artifactId >maven-javadoc-plugin</artifactId >
490480 <targetJdk >1.7</targetJdk >
491481 </configuration >
492482 </plugin >
493- <plugin >
494- <groupId >org.codehaus.mojo</groupId >
495- <artifactId >cobertura-maven-plugin</artifactId >
496- <version >2.7</version >
497- <configuration >
498- <!-- seems we need something here when running 'mvn site' -->
499- <check >
500- <haltOnFailure >false</haltOnFailure >
501- </check >
502- </configuration >
503- </plugin >
504483 <plugin >
505484 <groupId >org.codehaus.mojo</groupId >
506485 <artifactId >jdepend-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments