File tree 2 files changed +31
-2
lines changed 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,28 @@ under the License.
164
164
<artifactId >maven-site-plugin</artifactId >
165
165
<version >3.10.0</version >
166
166
</plugin >
167
+ <!-- remove with parent pom upgrade -->
168
+ <plugin >
169
+ <groupId >org.apache.maven.plugins</groupId >
170
+ <artifactId >maven-project-info-reports-plugin</artifactId >
171
+ <version >3.1.2</version >
172
+ </plugin >
173
+ <plugin >
174
+ <artifactId >maven-checkstyle-plugin</artifactId >
175
+ <version >3.1.2</version >
176
+ <dependencies >
177
+ <dependency >
178
+ <groupId >com.puppycrawl.tools</groupId >
179
+ <artifactId >checkstyle</artifactId >
180
+ <version >9.0.1</version >
181
+ </dependency >
182
+ <dependency >
183
+ <groupId >org.apache.maven.shared</groupId >
184
+ <artifactId >maven-shared-resources</artifactId >
185
+ <version >4</version >
186
+ </dependency >
187
+ </dependencies >
188
+ </plugin >
167
189
</plugins >
168
190
</pluginManagement >
169
191
<plugins >
Original file line number Diff line number Diff line change @@ -19,9 +19,16 @@ 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"
22
+ <project xmlns =" http://maven.apache.org/DECORATION/1.8 .0"
23
23
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" >
24
+ xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd" >
25
+
26
+ <skin >
27
+ <groupId >org.apache.maven.skins</groupId >
28
+ <artifactId >maven-fluido-skin</artifactId >
29
+ <version >1.9</version >
30
+ </skin >
31
+
25
32
<body >
26
33
<links >
27
34
<item name =" Ant" href =" https://ant.apache.org/" />
You can’t perform that action at this time.
0 commit comments