File tree 6 files changed +16
-30
lines changed
6 files changed +16
-30
lines changed Original file line number Diff line number Diff line change 196
196
<plexusVelocityVersion >2.2.0</plexusVelocityVersion >
197
197
<plexusXmlVersion >3.0.1</plexusXmlVersion >
198
198
199
- <dependency-check .plugin note =" 11.0.0+ requires doxia 2" >10.0.4</dependency-check .plugin>
200
- <fluido .version note =" 2.0.0+ requires doxia 2" >1.12.0</fluido .version>
201
- <pluginPluginVersion note =" 3.15.0+ requires doxia 2" >3.14.0</pluginPluginVersion >
202
- <project-info .plugin note =" 3.7.0+ requires doxia 2" >3.6.2</project-info .plugin>
203
- <site .plugin note =" 3.20.0+ requires doxia 2" >3.12.1</site .plugin>
204
- <versions .plugin note =" 2.18.0+ requires doxia 2" >2.17.1</versions .plugin>
199
+ <!-- TODO: Run latest dependency check as prior is throwing errors. Remove after next parent update. -->
200
+ <dependency-check .plugin>12.1.0</dependency-check .plugin>
201
+
202
+ <!-- TODO: For running plugin, continue to use site plugin 3.12.1 -->
203
+ <site .doxia1.plugin note =" 3.21.0+ requires doxia 2" >3.12.1</site .doxia1.plugin>
204
+
205
+ <pluginPluginVersion >3.15.1</pluginPluginVersion >
205
206
206
207
<l10nPluginVersion >1.1.0</l10nPluginVersion >
207
208
<codenarcPluginVersion >0.22-1</codenarcPluginVersion >
644
645
</configuration >
645
646
</plugin >
646
647
647
- <plugin >
648
- <groupId >org.apache.maven.plugins</groupId >
649
- <artifactId >maven-site-plugin</artifactId >
650
- <dependencies >
651
- <dependency >
652
- <groupId >org.apache.maven.doxia</groupId >
653
- <artifactId >doxia-sink-api</artifactId >
654
- <version >${doxiaVersion} </version >
655
- </dependency >
656
- </dependencies >
657
- </plugin >
658
-
659
648
<plugin >
660
649
<groupId >com.github.spotbugs</groupId >
661
650
<artifactId >spotbugs-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 125
125
<plugin >
126
126
<groupId >org.apache.maven.plugins</groupId >
127
127
<artifactId >maven-site-plugin</artifactId >
128
- <version >@site.plugin@</version >
128
+ <version >@site.doxia1. plugin@</version >
129
129
</plugin >
130
130
<plugin >
131
131
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 40
40
<plugin >
41
41
<groupId >org.apache.maven.plugins</groupId >
42
42
<artifactId >maven-site-plugin</artifactId >
43
- <version >@site.plugin@</version >
43
+ <version >@site.doxia1. plugin@</version >
44
44
</plugin >
45
45
<plugin >
46
46
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-site-plugin</artifactId >
45
- <version >@site.plugin@</version >
45
+ <version >@site.doxia1. plugin@</version >
46
46
</plugin >
47
47
</plugins >
48
48
</build >
Original file line number Diff line number Diff line change 56
56
<plugin >
57
57
<groupId >org.apache.maven.plugins</groupId >
58
58
<artifactId >maven-site-plugin</artifactId >
59
- <version >@site.plugin@</version >
59
+ <version >@site.doxia1. plugin@</version >
60
60
</plugin >
61
61
<plugin >
62
62
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 16
16
limitations under the License.
17
17
18
18
-->
19
- <project xmlns =" http://maven.apache.org/DECORATION/1.8.1" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"
21
- name =" SpotBugs Maven Plugin" >
19
+ <site name =" ${project.name}" xmlns =" http://maven.apache.org/SITE/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
+ xsi : schemaLocation =" http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" >
22
21
23
- <bannerLeft >
24
- <name >SpotBugs Maven Plugin</name >
25
- </bannerLeft >
22
+ <bannerLeft name =" SpotBugs Maven Plugin" />
26
23
27
24
<skin >
28
25
<groupId >org.apache.maven.skins</groupId >
29
26
<artifactId >maven-fluido-skin</artifactId >
30
- <version >1.12.0 </version >
27
+ <version >2.0.1 </version >
31
28
</skin >
32
29
33
30
<custom >
75
72
</menu >
76
73
<menu ref =" reports" />
77
74
</body >
78
- </project >
75
+ </site >
You can’t perform that action at this time.
0 commit comments