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 2022/03/28 12:10:50 UTC

[maven-javadoc-plugin] branch master updated: (doc) Update plugin' configuration parameter (MJAVADOC-475)

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

slachiewicz 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 3ce0357  (doc) Update plugin' configuration parameter (MJAVADOC-475)
3ce0357 is described below

commit 3ce0357670568ea5e44f6ab8beffe34ae568a8ab
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Mon Mar 28 10:51:11 2022 +0200

    (doc) Update plugin' configuration parameter (MJAVADOC-475)
---
 src/it/projects/examples/alternate-doclet/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/projects/examples/alternate-doclet/pom.xml b/src/it/projects/examples/alternate-doclet/pom.xml
index c477ce0..813b185 100644
--- a/src/it/projects/examples/alternate-doclet/pom.xml
+++ b/src/it/projects/examples/alternate-doclet/pom.xml
@@ -47,7 +47,7 @@
             <artifactId>umlgraph</artifactId>
             <version>5.6.6</version>
           </docletArtifact>
-          <additionalparam>-views</additionalparam>
+          <additionalOptions>-views</additionalOptions>
         </configuration>
       </plugin>
       <!-- END SNIPPET: umlgraph -->