Uploaded image for project: 'OpenNLP'
  1. OpenNLP
  2. OPENNLP-1303

Unable to build opennlp

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • None
    • 1.9.3
    • None
    • None

    Description

      cloned opennlp

      ran mvn clean install with a jdk8 and maven 3.3.9 (according to README)

      [*ERROR*] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar (create-javadoc-jar) on project opennlp-tools: MavenReportException: Error while generating Javadoc: 

      [*ERROR*] Exit code: 1 - /Users/thygesen/Projects/apache/test/opennlp/opennlp-tools/src/main/java/opennlp/tools/lemmatizer/DictionaryLemmatizer.java:55: warning: no @throws for java.io.IOException

      Quick analysis show that the pom.xml line:

      <additionalparam>-Xdoclint:none</additionalparam>

      in the javadoc plugin should be:

      <doclint>none</doclint>

      Attachments

        Activity

          People

            thygesen Peter Thygesen
            thygesen Peter Thygesen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: