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/06 09:25:49 UTC

[maven-invoker-plugin] branch master updated: [MINVOKER-264] Reduce the number of errors when generating the site

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-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c9c8a59  [MINVOKER-264] Reduce the number of errors when generating the site
c9c8a59 is described below

commit c9c8a59e669309a948bbcdc8b039820dee25aea1
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jun 5 21:13:47 2020 +0200

    [MINVOKER-264] Reduce the number of errors when generating the site
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index c70924e..25e051b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,6 +269,10 @@ under the License.
             <includeTestSourceDirectory>true</includeTestSourceDirectory>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.0</version>
+        </plugin>
       </plugins>
     </pluginManagement>