很好的课程,工作中用的maven平时都不敢动,生怕哪儿弄坏了,看也看不懂,看了一天的课程,记了详细的笔记,现在终于不怕工作中的那些maven工程了,哈哈,非常感谢!笔记在CSDN博客中,有需要的小伙伴可以看看,http://blog.csdn.net/error/404.html?from=http%3a%2f%2fblog.csdn.net%2fzhaoxueerhy%2farticle%2fdetails%2f50990736
老师挺好很好。在学习中遇到问题,不能打包:解决办法
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