capa-cloud / cloud-runtimes-jvm

Cloud Runtimes Specification for the JVM.
9 stars 5 forks source link

Compile erro in master branch #9

Closed pinxiong closed 3 years ago

pinxiong commented 3 years ago

Environment

Steps to reproduce this issue

run mvn clean package

Expected Behavior

All of modules should build successfully

Actual Behavior

If there is an exception, please attach the exception trace:

Loading source files for package group.rxcloud.cloudruntimes...
Constructing Javadoc information...
1 error
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for cloud-runtimes-jvm 1.0.1.RELEASE:
[INFO] 
[INFO] cloud-runtimes-jvm ................................. SUCCESS [  1.868 s]
[INFO] cloud-runtimes-api ................................. SUCCESS [  7.012 s]
[INFO] cloud-runtimes-springboot .......................... FAILURE [  1.101 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.255 s
[INFO] Finished at: 2021-10-16T09:47:16+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (attach-javadocs) on project cloud-runtimes-springboot: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - javadoc: error - No public or protected classes found to document.
[ERROR] 
[ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home/jre/../bin/javadoc -Xdoclint:none @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/Users/***/cloud-runtimes-jvm/cloud-runtimes-springboot/target/apidocs' dir.