Uploaded image for project: 'jUDDI (Retired)'
  1. jUDDI (Retired)
  2. JUDDI-959

Running mvn clean install -Pdist fails with java 1.8 (javadocs generation problem)

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.3
    • documentation
    • None

    Description

      Running mvn clean install -P dist with java 1.8 and windows 7 fails.
      See log.txt.

      Solution is to add an option to the javadocs plugin in pom.xml of juddi-parent.

      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-javadoc-plugin</artifactId>
      <!-TODO Remove when JavaDoc fixed
      Necessary to build with Java 8 because now the JavaDoc is checked for completeness and
      it is not the case for all the classes in JUDDI -->
      <configuration>
      <aggregate>true</aggregate>
      <additionalparam>-Xdoclint:none</additionalparam>
      </configuration>
      <executions>
      <execution>
      <id>aggregate</id>
      <goals>
      <goal>aggregate</goal>
      </goals>
      <phase>site</phase>
      </execution>
      </executions>
      </plugin>

      Attachments

        1. log.txt
          42 kB
          Matthieu Ghilain

        Activity

          Commit 265e6594bf991c8f833535209118fce9464fd08d in juddi's branch refs/heads/master from spyhunter99
          [ https://git-wip-us.apache.org/repos/asf?p=juddi.git;h=265e659 ]

          JUDDI-959 fix for javadocs on jdk8

          jira-bot ASF subversion and git services added a comment - Commit 265e6594bf991c8f833535209118fce9464fd08d in juddi's branch refs/heads/master from spyhunter99 [ https://git-wip-us.apache.org/repos/asf?p=juddi.git;h=265e659 ] JUDDI-959 fix for javadocs on jdk8
          spyhunter99 Alex O'Ree added a comment -

          resolved

          spyhunter99 Alex O'Ree added a comment - resolved

          People

            spyhunter99 Alex O'Ree
            ghilainm@gmail.com Matthieu Ghilain
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: