最近在測試比較 Spring Boot 內建的 Tomcat,以及改用 Open Liberty/WebSphere Liberty 作為 Spring Boot 的 middleware 兩者之間的效能差異,結果發現如果使用 Open Liberty/WebSphere Liberty 目前最新的 3.10.2 Maven Plugin,會發生以下的錯誤:
Skipping module xxx which is not included in this invocation of the run goal.
參考影片:
在 pom.xml 裡,將 3.10.2 換成 3.10 之後,重新執行:
./mvnw liberty:run
就不會出現這個錯誤了;目前 github 上面已經有 issue 在追蹤此問題。
參考影片:
[…] Open Liberty/WebSphere Liberty Maven Plugin 3.10.2 目前有無法啟動 Spring Boot 的 bug […]