Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9455

Disable Javadoc linter for JDK8

    XMLWordPrintable

Details

    Description

      Since 7.10.0-alpha5, the Camunda BPM release job runs on JDK8. JDK8 introduces stricter formatting rules for the Javadoc and Camunda's projects are not consistent with these new rules. In order to prevent build failures, additional properties need to be added in all of the root pom.xml files of the Camunva projects (as in the camunda-external-task-client-java project):

      <!-- disable javadoc linter for JDK8 to not fail on incomplete javadoc -->
      <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
      <additionalparam>-Xdoclint:none</additionalparam>
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              nikola.koevski Nikola Koevski
              nikola.koevski Nikola Koevski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce