Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 20bcda9f735bd0a14b8e69f7ba740f407cb973e5
      https://github.com/pmd/pmd/commit/20bcda9f735bd0a14b8e69f7ba740f407cb973e5
  Author: Andreas Dangel <[email protected]>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade maven-javadoc-plugin to 3.1.1

This fixes errors like

"[ERROR] Error fetching link: 
/home/travis/build/pmd/pmd/pmd-core/target/apidocs/package-list. Ignored it."

during the builds.


  Commit: e0e2010f6fbb0cf944e9a23254aa23d036c90a33
      https://github.com/pmd/pmd/commit/e0e2010f6fbb0cf944e9a23254aa23d036c90a33
  Author: Andreas Dangel <[email protected]>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  javadoc: disable automatic detection of offline links for modules

This tries to determine the links to the other reactor projects,
e.g. from pmd-java to pmd-core via the url from project.url.
Project.url is currently https://pmd.github.io and the constructed
url will be https://pmd.github.io/apidocs which doesn't exist.
This means, the generated links to classes e.g. from core don't work
anyway.

Disabling this feature avoids error messages like
[ERROR] Error fetching link: 
/home/travis/build/pmd/pmd/pmd-apex-jorje/target/apidocs. Ignored it.
E.g. pmd-apex-jorje does not have own javadoc at all, since it is
just a library.

The linking between the different pmd modules needs to be revisited
with #1769.


  Commit: 5517662381f5303fa8bc257a470c48a9ca318762
      https://github.com/pmd/pmd/commit/5517662381f5303fa8bc257a470c48a9ca318762
  Author: Andreas Dangel <[email protected]>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M pmd-dist/src/main/resources/assemblies/pmd-src.xml

  Log Message:
  -----------
  pmd-dist: fix warning about cross platform compatibility of output directory

[WARNING] The assembly descriptor contains a filesystem-root relative 
reference, which is not cross platform compatible /


Compare: https://github.com/pmd/pmd/compare/9923dd28de4d...5517662381f5


_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to