Update README.md: changes to maven-javadoc-plugin

There have been changes to the maven-javadoc-plugin that removed
the <additionalparam> option.
See: https://issues.apache.org/jira/browse/MJAVADOC-475

Updated the README to reflect this change (cost me 2 hours to find
the problem).
This commit is contained in:
Nico Weidmann
2017-12-15 20:50:56 +01:00
parent 9d2d3443a0
commit e596e9ce96

View File

@@ -78,17 +78,17 @@ Then you can use TeXDoclet as an alternate doclet in the `pom.xml` file of any p
<sourcepath>src/main/java:src/test/java</sourcepath> <sourcepath>src/main/java:src/test/java</sourcepath>
<useStandardDocletOptions>false</useStandardDocletOptions><!-- important ! --> <useStandardDocletOptions>false</useStandardDocletOptions><!-- important ! -->
<destDir>apidocs_tex</destDir> <destDir>apidocs_tex</destDir>
<additionalparam> <additionalOptions>
-tree <additionalOption>-tree<additionalOption>
-hyperref <additionalOption>-hyperref<additionalOption>
-output TeXDoclet.tex <additionalOption>-output TeXDoclet.tex<additionalOption>
-createpdf <additionalOption>-createpdf<additionalOption>
-title "TeXDoclet Java Documentation" <additionalOption>-title "TeXDoclet Java Documentation"<additionalOption>
-subtitle "Created with Javadoc TeXDoclet Doclet" <additionalOption>-subtitle "Created with Javadoc TeXDoclet Doclet"<additionalOption>
-author "Greg Wonderly \and S{\"o}ren Caspersen \and Stefan Marx" <additionalOption>-author "Greg Wonderly \and S{\"o}ren Caspersen \and Stefan Marx"<additionalOption>
-subpackages org <additionalOption>-subpackages org<additionalOption>
-shortinherited <additionalOption>-shortinherited<additionalOption>
</additionalparam> </additionalOptions>
</configuration> </configuration>
</plugin> </plugin>
... ...
@@ -114,4 +114,4 @@ Previous versions
License License
----------------- -----------------
TeXDoclet is free software and available under the terms of [BSD-2-Clause](http://opensource.org/licenses/BSD-2-Clause) License. For more information see LICENSE.txt. TeXDoclet is free software and available under the terms of [BSD-2-Clause](http://opensource.org/licenses/BSD-2-Clause) License. For more information see LICENSE.txt.