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 <[email protected]> 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>
