Tuesday, October 31, 2017

Maven: cql3-scala

第二次遇到這個問題了,記錄一下解決方案。
在Maven build時遇到了︰
Failure to find org.cql3-scala:cql3-scala:jar:0.8.2-SNAPSHOT in http://repository.primefaces.org was cached in the local repository

原來是項目需要用cql3-scala,所以要先下載才可以成功build。

到github下載相關項目︰https://github.com/masayoshi-louis/cql3-scala
然後到eclipse打開剛剛下載的cql3-scala

對項目右鍵->run as...->Maven install
這樣就會安裝到eclipse中。

然後在原本的項目中就可以成功地build了。

No comments: