You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/06/13 10:38:07 UTC

[GitHub] eolivelli commented on issue #1514: Clean up javadoc mojos execution

eolivelli commented on issue #1514: Clean up javadoc mojos execution
URL: https://github.com/apache/bookkeeper/issues/1514#issuecomment-396893239
 
 
   The error is hidden in the logs
   
   during the build of bookkeeper-server module you can find this kind of lines:
   
   > [INFO] --- maven-javadoc-plugin:3.0.0:jar (attach-javadocs) @ bookkeeper-server ---
   > [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:javadoc' has not been previously called for the module: 'org.apache.bookkeeper:bookkeeper-common:jar:4.8.0-SNAPSHOT'. Trying to invoke it...
   > [WARNING] Creating fake javadoc directory to prevent repeated invocations: /xxxxx/bookkeeper/bookkeeper-common/target/apidocs
   > [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:javadoc' has not been previously called for the module: 'org.apache.bookkeeper:bookkeeper-proto:jar:4.8.0-SNAPSHOT'. Trying to invoke it...
   > [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/diennea.lan/enrico.olivelli/dev/bookkeeper/bookkeeper-server/target/invoker/maven-javadoc-plugin1922966295.txt
   > [WARNING] Creating fake javadoc directory to prevent repeated invocations: xxxxxx/bookkeeper/bookkeeper-proto/target/apidocs
   > [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:javadoc' has not been previously called for the module: 'org.apache.bookkeeper:bookkeeper-tools-framework:jar:4.8.0-SNAPSHOT'. Trying to invoke it...
   > [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/diennea.lan/enrico.olivelli/dev/bookkeeper/bookkeeper-server/target/invoker/maven-javadoc-plugin952120288.txt
   > [WARNING] Creating fake javadoc directory to prevent repeated invocations: /xxxxx/bookkeeper/tools/framework/target/apidocs
   > [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:javadoc' has not been previously called for the module: 'org.apache.bookkeeper.http:http-server:jar:4.8.0-SNAPSHOT'. Trying to invoke it...
   
   then:
   
   > [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /xxxxx/bookkeeper/bookkeeper-server/target/invoker/maven-javadoc-plugin1088547901.txt
   
   
   now look into maven-javadoc-plugin1088547901.txt
   
   @sijie 

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


With regards,
Apache Git Services