marklogic / marklogic-contentpump

MarkLogic Contentpump (mlcp)
http://developer.marklogic.com/products/mlcp
Apache License 2.0
33 stars 25 forks source link

MLE-10994:Update maven javadoc plugin in mlcp to mitigate security vu… #388

Closed DarrenJAN closed 3 months ago

DarrenJAN commented 3 months ago
  1. Upgrade Maven Javadoc plugin from 2.10.3 to 3.6.3
  2. Exclude jquery from maven-javadoc-plugin
  3. Fixed malformed html Javadoc by following solutions:
    1. Delete expected end tag

    2. Use {<} for < and {>} for >
    3. The ampersand (&) should be written {&}
    4. Void methods should have no @return tag
    5. Deleted the @throws
    6. Delete unused reference