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>
<useStandardDocletOptions>false</useStandardDocletOptions><!-- important ! -->
<destDir>apidocs_tex</destDir>
<additionalparam>
-tree
-hyperref
-output TeXDoclet.tex
-createpdf
-title "TeXDoclet Java Documentation"
-subtitle "Created with Javadoc TeXDoclet Doclet"
-author "Greg Wonderly \and S{\"o}ren Caspersen \and Stefan Marx"
-subpackages org
-shortinherited
</additionalparam>
<additionalOptions>
<additionalOption>-tree<additionalOption>
<additionalOption>-hyperref<additionalOption>
<additionalOption>-output TeXDoclet.tex<additionalOption>
<additionalOption>-createpdf<additionalOption>
<additionalOption>-title "TeXDoclet Java Documentation"<additionalOption>
<additionalOption>-subtitle "Created with Javadoc TeXDoclet Doclet"<additionalOption>
<additionalOption>-author "Greg Wonderly \and S{\"o}ren Caspersen \and Stefan Marx"<additionalOption>
<additionalOption>-subpackages org<additionalOption>
<additionalOption>-shortinherited<additionalOption>
</additionalOptions>
</configuration>
</plugin>
...
@@ -114,4 +114,4 @@ Previous versions
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.