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-javadoc-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 586fb6ba Pin maven-source-plugin in MJAVADOC-639 IT for Maven 4 
compatibility (#1332)
586fb6ba is described below

commit 586fb6ba2f146033f1bf0c6bba6de0466a4be325
Author: Gerd Aschemann <[email protected]>
AuthorDate: Fri Jun 12 22:16:51 2026 +0200

    Pin maven-source-plugin in MJAVADOC-639 IT for Maven 4 compatibility (#1332)
---
 src/it/projects/MJAVADOC-639_requires_ignored/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/it/projects/MJAVADOC-639_requires_ignored/pom.xml 
b/src/it/projects/MJAVADOC-639_requires_ignored/pom.xml
index 1ef46ac1..e95e949b 100644
--- a/src/it/projects/MJAVADOC-639_requires_ignored/pom.xml
+++ b/src/it/projects/MJAVADOC-639_requires_ignored/pom.xml
@@ -50,6 +50,11 @@
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>@project.version@</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>@version.maven-source-plugin@</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>

Reply via email to