cljk commented on issue #24: Base64 should be open for different alphabets
URL: https://github.com/apache/commons-codec/pull/24#issuecomment-514369184
 
 
   Hm.... I´ve no idea why the travis build fails.
   ```
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time: 58.236 s
   [INFO] Finished at: 2019-07-23T20:05:09Z
   [INFO] Final Memory: 47M/160M
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.1.0:javadoc (default-cli) on 
project commons-codec: An error has occurred in Javadoc report generation: 
   [ERROR] Exit code: 1 - javadoc: error - The code being documented uses 
modules but the packages defined in https://docs.oracle.com/javase/7/docs/api/ 
are in the unnamed module.
   [ERROR] javadoc: error - The code being documented uses modules but the 
packages defined in https://docs.oracle.com/javaee/6/api/ are in the unnamed 
module.
   [ERROR] javadoc: error - The code being documented uses modules but the 
packages defined in https://docs.oracle.com/javase/7/docs/api/ are in the 
unnamed module.
   [ERROR] 
   [ERROR] Command line was: /home/travis/oraclejdk11/bin/javadoc @options 
@packages
   [ERROR] 
   [ERROR] Refer to the generated Javadoc files in 
'/home/travis/build/apache/commons-codec/target/site/apidocs' dir.
   [ERROR] 
   ```
   I work on Corretto JDK 11 and my maven build succeeds?!
   ```
   mvn clean package site
   ```
   works on my system.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to