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:25:40 UTC

[maven-antrun-plugin] branch plugins updated (051aca9 -> 42274c4)

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.


 discard 051aca9  (doc) Update plugins before release
    omit 6bd608e  [MANTRUN-232] Require Maven 3.2.5
     new 42274c4  (doc) Update plugins before release

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (051aca9)
            \
             N -- N -- N   refs/heads/plugins (42274c4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

[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 42274c44d7977050e03c39aaede2bd8a16449c7f
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 e5bb627..c5f1f60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,6 +164,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/"/>