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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ccc4206  add menu entry for plugins issues
ccc4206 is described below

commit ccc42064225965fa8274dde606bcb1c1b0466174
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Sep 24 18:29:41 2023 +0200

    add menu entry for plugins issues
---
 .../apache/maven/plugins/artifact/buildinfo/CheckBuildPlanMojo.java   | 2 +-
 src/site/site.xml                                                     | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/CheckBuildPlanMojo.java
 
b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/CheckBuildPlanMojo.java
index 859345d..9f5cc8a 100644
--- 
a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/CheckBuildPlanMojo.java
+++ 
b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/CheckBuildPlanMojo.java
@@ -46,7 +46,7 @@ import org.apache.maven.plugins.annotations.Parameter;
 import org.apache.maven.project.MavenProject;
 
 /**
- * Check from buildplan that plugins used don't have known reproducible builds 
issues.
+ * Check from buildplan that plugins used don't have known Reproducible Builds 
issues.
  *
  * @since 3.3.0
  */
diff --git a/src/site/site.xml b/src/site/site.xml
index fe4f25c..f04668d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,7 +27,9 @@ under the License.
       <item name="Goals" href="plugin-info.html">
         <item name="artifact:buildinfo" href="buildinfo-mojo.html"/>
         <item name="artifact:compare" href="compare-mojo.html"/>
-        <item name="artifact:check-buildplan" 
href="check-buildplan-mojo.html"/>
+        <item name="artifact:check-buildplan" href="check-buildplan-mojo.html">
+          <item name="plugins issues" href="plugin-issues.html"/>
+        </item>
       </item>
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>

Reply via email to