File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
maven-modules/maven-custom-plugin/counter-maven-plugin Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 55
55
<plugins >
56
56
<plugin >
57
57
<groupId >org.apache.maven.plugins</groupId >
58
- <artifactId >maven-plugin-plugin</artifactId >
59
- <version >${maven-compiler-plugin.version} </version >
60
- <reportSets >
61
- <reportSet >
62
- <reports >
63
- <report >report</report >
64
- </reports >
65
- </reportSet >
66
- </reportSets >
58
+ <artifactId >maven-plugin-report-plugin</artifactId >
59
+ <version >${maven-plugin-report-plugin.version} </version >
67
60
</plugin >
68
61
</plugins >
69
62
</reporting >
76
69
<maven-plugin-annotations .version>3.6.0</maven-plugin-annotations .version>
77
70
<maven-project .version>2.2.1</maven-project .version>
78
71
<maven-plugin-plugin .version>3.11.0</maven-plugin-plugin .version>
72
+ <maven-plugin-report-plugin .version>3.15.1</maven-plugin-report-plugin .version>
79
73
<maven-site-plugin .version>3.8.2</maven-site-plugin .version>
80
74
</properties >
81
75
82
- </project >
76
+ </project >
You can’t perform that action at this time.
0 commit comments