File tree Expand file tree Collapse file tree 2 files changed +11
-23
lines changed
Expand file tree Collapse file tree 2 files changed +11
-23
lines changed Original file line number Diff line number Diff line change @@ -643,17 +643,10 @@ under the License.
643643
644644 <reporting >
645645 <plugins >
646-
647646 <plugin >
648647 <groupId >org.apache.maven.plugins</groupId >
649- <artifactId >maven-plugin-plugin</artifactId >
650- <configuration >
651- <requirements >
652- <maven >${mavenVersion} </maven >
653- </requirements >
654- </configuration >
648+ <artifactId >maven-plugin-report-plugin</artifactId >
655649 </plugin >
656-
657650 </plugins >
658651 </reporting >
659652
Original file line number Diff line number Diff line change @@ -19,22 +19,17 @@ specific language governing permissions and limitations
1919under the License.
2020-->
2121
22- <project xmlns =" http://maven.apache.org/DECORATION/1.0.0"
22+ <site name =" devops.wcm.io"
23+ xmlns =" http://maven.apache.org/SITE/2.0.0"
2324 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
24- xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" >
25+ xsi : schemaLocation =" http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" >
26+
27+ <skin >
28+ <groupId >org.apache.maven.skins</groupId >
29+ <artifactId >maven-fluido-skin</artifactId >
30+ <version >2.1.0</version >
31+ </skin >
2532
26- <custom >
27- <reflowSkin >
28- <!-- Split menus in the bottom navigation -->
29- <bottomNav maxSpan =" 9" >
30- <column >Overview</column >
31- <column >Configuration</column >
32- <column >Examples</column >
33- <column >reports</column >
34- </bottomNav >
35- </reflowSkin >
36- </custom >
37-
3833 <body >
3934
4035 <menu name =" Overview" >
@@ -65,4 +60,4 @@ under the License.
6560
6661 </body >
6762
68- </project >
63+ </site >
You can’t perform that action at this time.
0 commit comments