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

elharo pushed a commit to branch guice
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/guice by this push:
     new b06b3894 public
b06b3894 is described below

commit b06b38947939e49015c9f037bc8575a66836563b
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Fri Dec 13 14:54:41 2024 -0500

    public
---
 .../java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
 
b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
index b55bf156..875d680f 100644
--- 
a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
+++ 
b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
@@ -288,7 +288,7 @@ public class DescriptorGeneratorMojo extends 
AbstractGeneratorMojo {
     protected final BuildContext buildContext;
 
     @Inject
-    protected DescriptorGeneratorMojo(MavenProject project, MojoScanner 
mojoScanner, BuildContext buildContext) {
+    public DescriptorGeneratorMojo(MavenProject project, MojoScanner 
mojoScanner, BuildContext buildContext) {
         super(project);
         this.mojoScanner = mojoScanner;
         this.buildContext = buildContext;

Reply via email to