This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch bug/pluginNPE
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/bug/pluginNPE by this push:
new 85ef0ec6 MPLUGIN-507: Enable maven-plugin-report-plugin to see NPE
85ef0ec6 is described below
commit 85ef0ec6c8c81a3fbcdee580ec7b00663ddf8219
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Jan 22 21:13:36 2024 +0100
MPLUGIN-507: Enable maven-plugin-report-plugin to see NPE
---
apache-rat-plugin/pom.xml | 9 +++++++++
pom.xml | 5 +++++
2 files changed, 14 insertions(+)
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 099c2613..3783db09 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -130,6 +130,10 @@
</plugins>
</pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-report-plugin</artifactId>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
@@ -328,6 +332,11 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>${mavenPluginPluginVersion}</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-report-plugin</artifactId>
+ <version>${mavenPluginPluginVersion}</version>
+ </plugin>
</plugins>
</reporting>
<developers>
diff --git a/pom.xml b/pom.xml
index a894e36b..441d7b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,6 +365,11 @@ agnostic home for software distribution comprehension and
audit tools.
<artifactId>maven-plugin-plugin</artifactId>
<version>${mavenPluginPluginVersion}</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-report-plugin</artifactId>
+ <version>${mavenPluginPluginVersion}</version>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>