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 2020/06/16 16:09:50 UTC

[maven-dist-tool] branch master updated: Upgrade maven-project-info-reports-plugin to 3.1.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new ec50fd5  Upgrade maven-project-info-reports-plugin to 3.1.0
ec50fd5 is described below

commit ec50fd54243f438c05a79e72ee9a6a6058695ca0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jun 16 18:08:50 2020 +0200

    Upgrade maven-project-info-reports-plugin to 3.1.0
    
    - less verbose site generation
    [ERROR] 'distributionManagement.status' must not be specified.
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index dbe13a1..a0fe678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,6 +139,15 @@
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>