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 2021/06/29 22:30:49 UTC

[maven-help-plugin] 06/07: Use m-javadoc-p 3.2.0 (Java 7)

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

slachiewicz pushed a commit to branch MPH-174
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit ad5032b0abe5c3f4813b95f636791d3e4d816267
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jun 29 09:52:22 2021 +0200

    Use m-javadoc-p 3.2.0 (Java 7)
---
 src/it/describe-cmd-with-goal-report/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/it/describe-cmd-with-goal-report/pom.xml b/src/it/describe-cmd-with-goal-report/pom.xml
index 55a2dd3..d7e9af2 100644
--- a/src/it/describe-cmd-with-goal-report/pom.xml
+++ b/src/it/describe-cmd-with-goal-report/pom.xml
@@ -30,6 +30,14 @@ under the License.
   <description>Tests that describe outputs whether the configured goal is a report goal or not</description>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>3.2.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
     </plugins>
   </build>