capa-cloud / cloud-runtimes-jvm

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

fix: Fix the bug on compiling the source code #10

Closed pinxiong closed 3 years ago

pinxiong commented 3 years ago

What is the purpose of the change

see issue: https://github.com/reactivegroup/cloud-runtimes-jvm/issues/9

Brief changelog

  1. Rename the package name in cloud-runtimes-springboot module
  2. Add more configuration in maven-javadoc-plugin
  3. Exclude the package name without any source code

Verifying this change

[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cloud-runtimes-springboot ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cloud-runtimes-springboot ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ cloud-runtimes-springboot ---
[INFO] Building jar: /Users/pinxiong/Documents/workspace/java/cloud-runtimes-jvm/cloud-runtimes-springboot/target/cloud-runtimes-springboot-1.0.1.RELEASE.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cloud-runtimes-springboot ---
[INFO] Building jar: /Users/pinxiong/Documents/workspace/java/cloud-runtimes-jvm/cloud-runtimes-springboot/target/cloud-runtimes-springboot-1.0.1.RELEASE-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ cloud-runtimes-springboot ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for cloud-runtimes-jvm 1.0.1.RELEASE:
[INFO] 
[INFO] cloud-runtimes-jvm ................................. SUCCESS [  1.779 s]
[INFO] cloud-runtimes-api ................................. SUCCESS [  6.599 s]
[INFO] cloud-runtimes-springboot .......................... SUCCESS [  0.246 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.853 s
[INFO] Finished at: 2021-10-16T10:08:50+08:00
[INFO] ------------------------------------------------------------------------

Checklist