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/05 19:14:19 UTC

[maven-invoker-plugin] 01/01: [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 MINVOKER-264
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit f8ae8d9f56b8e5045eff276ffe3293bd2a5c175d
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 959bcbd..526fadf 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>