Uploaded image for project: 'DataWolf'
  1. DataWolf
  2. WOLF-207

Upgrading to Java 1.8 build target causes build to fail when calling mvn javadoc

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • 5.0
    • 3.1
    • Core
    • None

      I added a temporary fix in the parent pom.xml as seen below. But this should be permanently fixed by updating the javadoc.

      <profiles>
      <profile>
      <id>disable-java8-doclint</id>
      <activation>
      <jdk>[1.8,)</jdk>
      </activation>
      <properties>
      <additionalparam>-Xdoclint:none</additionalparam>
      </properties>
      </profile>
      </profiles>

              Unassigned Unassigned
              cnavarro Christopher Navarro
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:

                  Estimated:
                  Original Estimate - 1 day
                  1d
                  Remaining:
                  Remaining Estimate - 1 day
                  1d
                  Logged:
                  Time Spent - Not Specified
                  Not Specified