You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/24 13:15:17 UTC

[maven-antrun-plugin] branch plugins created (now 051aca9)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch plugins
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git.


      at 051aca9  (doc) Update plugins before release

This branch includes the following new commits:

     new 051aca9  (doc) Update plugins before release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-antrun-plugin] 01/01: (doc) Update plugins before release

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch plugins
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

commit 051aca9f8e509fdde02044ce2430dc425a99525b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Oct 24 15:15:10 2021 +0200

    (doc) Update plugins before release
---
 pom.xml           | 22 ++++++++++++++++++++++
 src/site/site.xml | 11 +++++++++--
 2 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 41f94f4..b158cee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,6 +167,28 @@ under the License.
           <artifactId>maven-site-plugin</artifactId>
           <version>3.9.1</version>
         </plugin>
+        <!-- remove with parent pom upgrade -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>3.1.2</version>
+          <dependencies>
+            <dependency>
+              <groupId>com.puppycrawl.tools</groupId>
+              <artifactId>checkstyle</artifactId>
+              <version>9.0.1</version>
+            </dependency>
+            <dependency>
+              <groupId>org.apache.maven.shared</groupId>
+              <artifactId>maven-shared-resources</artifactId>
+              <version>4</version>
+            </dependency>
+          </dependencies>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/src/site/site.xml b/src/site/site.xml
index e76b9d5..760ab54 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,9 +19,16 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+<project xmlns="http://maven.apache.org/DECORATION/1.8.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">
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
+
   <body>
     <links>
       <item name="Ant" href="https://ant.apache.org/"/>