File tree Expand file tree Collapse file tree 3 files changed +34
-4
lines changed Expand file tree Collapse file tree 3 files changed +34
-4
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,31 @@ under the License.
93
93
</dependencies >
94
94
95
95
<build >
96
+ <pluginManagement >
97
+ <plugins >
98
+ <!-- remove with next parent upgrade -->
99
+ <plugin >
100
+ <artifactId >maven-project-info-reports-plugin</artifactId >
101
+ <version >3.1.1</version >
102
+ </plugin >
103
+ <plugin >
104
+ <artifactId >maven-enforcer-plugin</artifactId >
105
+ <version >3.0.0-M3</version >
106
+ </plugin >
107
+ <plugin >
108
+ <artifactId >maven-javadoc-plugin</artifactId >
109
+ <version >3.2.0</version >
110
+ <configuration >
111
+ <detectLinks >false</detectLinks >
112
+ <additionalJOption >--no-module-directories</additionalJOption >
113
+ </configuration >
114
+ </plugin >
115
+ <plugin >
116
+ <artifactId >maven-site-plugin</artifactId >
117
+ <version >3.9.1</version >
118
+ </plugin >
119
+ </plugins >
120
+ </pluginManagement >
96
121
<plugins >
97
122
<plugin >
98
123
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public void publishSite( File siteDirectory ) throws PublishException
141
141
<plugin>
142
142
<groupId>org.apache.maven.plugins</groupId>
143
143
<artifactId>maven-surefire-plugin</artifactId>
144
- <version>2.12.4 </version> <!-- see surefire-page for available versions -->
144
+ <version>2.22.2 </version> <!-- see surefire-page for available versions -->
145
145
<configuration>
146
146
<systemPropertyVariables>
147
147
<maven.home>${maven.home}</maven.home>
Original file line number Diff line number Diff line change @@ -19,8 +19,13 @@ specific language governing permissions and limitations
19
19
under the License.
20
20
-->
21
21
22
- <project xmlns =" http://maven.apache.org/DECORATION/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" >
23
-
22
+ <project xmlns =" http://maven.apache.org/DECORATION/1.8.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23
+ xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd" >
24
+ <skin >
25
+ <groupId >org.apache.maven.skins</groupId >
26
+ <artifactId >maven-fluido-skin</artifactId >
27
+ <version >1.9</version >
28
+ </skin >
24
29
<body >
25
30
<menu name =" Overview" >
26
31
<item name =" Introduction" href =" index.html" />
@@ -29,7 +34,7 @@ under the License.
29
34
<item name =" Source Xref" href =" xref/index.html" />
30
35
<!-- item name="FAQ" href="faq.html"/-->
31
36
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
32
- <item name =" License" href =" http ://www.apache.org/licenses/" />
37
+ <item name =" License" href =" https ://www.apache.org/licenses/" />
33
38
<item name =" Download" href =" download.html" />
34
39
</menu >
35
40
</body >
You can’t perform that action at this time.
0 commit comments