1. 程式人生 > >maven配置檔案中警告This expression evaluates to 4.2.4.RELEASE The property is defined in cn.的處理方法

maven配置檔案中警告This expression evaluates to 4.2.4.RELEASE The property is defined in cn.的處理方法

在pom.xml中出現警告如下:

This expression evaluates to 4.2.4.RELEASE The property is defined in cn.itcast:web_parent:0.0.1-SNAPSHOT

這句話:This expression evaluates to  4.2.4.RELEASE  The property is defined in cn.itcast:web_parent:0.0.1-SNAPSHOT

意思大概是:此表示式的計算結果為4.2.4.RELEASE該屬性在cn.itcast中定義:web_parent:0.0.1-SNAPSHOT

原來是重複定義了版本,知道原因了,那就好弄了。 
我這個工程是Spring Cloud的應用,原來在父的pom檔案中已經定義了,果斷刪除當前依賴的version,整個世界乾淨了。

這個問題說明一下!主要是對警告有潔癖的,當然開發中無警告也是一個很好習慣,至少我是這樣認為的.