[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orekit Users] Javadoc build problems




w.grossman@ieee.org a écrit :

Maven/Netbeans also has problems in creating the javadoc because there are
some older HTML constructs which are no longer strictly accepted.

My reading shows to put -Xdoclint:none option.  Where does this option go in
the standard OreKit build tree so I don't have to figure this out each time.
I understand that this question may be more a maven question but I can't seem
to get it right with changing the POM file.

You may try to add

            <doclint>none</doclint>

in the configuration part of the maven-javadoc-plugin (near line 661 if pom.xml),
but this also requires changing orekit.maven-javadoc-plugin.version to version
3.0.0 or 3.0.1.

The best thing would be to fix the javadoc itself in Orekit, though.

best regards
Luc