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:14:28 UTC

[maven-invoker-plugin] 02/02: [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 3e7a88fa87d507df5dc6bdca168271385ceb36ee
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>