Skip to content

Commit 5bb03c3

Browse files
committed
(doc) Update plugins before release
1 parent e773180 commit 5bb03c3

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,28 @@ under the License.
164164
<artifactId>maven-site-plugin</artifactId>
165165
<version>3.10.0</version>
166166
</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>
167189
</plugins>
168190
</pluginManagement>
169191
<plugins>

src/site/site.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,16 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
22+
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
2323
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+
2532
<body>
2633
<links>
2734
<item name="Ant" href="https://ant.apache.org/"/>

0 commit comments

Comments
 (0)