很好的課程,工作中用的maven平時都不敢動,生怕哪兒弄壞了,看也看不懂,看了一天的課程,記了詳細(xì)的筆記,現(xiàn)在終于不怕工作中的那些maven工程了,哈哈,非常感謝!筆記在CSDN博客中,有需要的小伙伴可以看看,http://blog.csdn.net/error/404.html?from=http%3a%2f%2fblog.csdn.net%2fzhaoxueerhy%2farticle%2fdetails%2f50990736
2016-03-27
老師挺好很好。在學(xué)習(xí)中遇到問題,不能打包:解決辦法
maven 在eclipse 中不能打包的 情況 解決:No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
首先在 eclipse里面 Windows -- 將 intstalled JRES 的 路徑指向JDK的安裝路徑 ,而不是 jre的路徑
maven 在eclipse 中不能打包的 情況 解決:No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
首先在 eclipse里面 Windows -- 將 intstalled JRES 的 路徑指向JDK的安裝路徑 ,而不是 jre的路徑
2016-03-26
有一點要提醒 貌似是個錯誤,對于繼承父類的時候,需要引用 <relativePath>../maven-parent/pom.xml</relativePath>
否則會報
Non-resolvable parent POM: Could not find artifact
否則會報
Non-resolvable parent POM: Could not find artifact
2016-03-23
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory C:\Users\mingfeibi\Documents\mavan co
de\maven01\src\main\resources
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory C:\Users\mingfeibi\Documents\mavan co
de\maven01\src\main\resources
2016-03-18
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building maven01-model 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building maven01-model 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
2016-03-18