摘要: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project clothing: Com... 阅读全文
posted @ 2016-01-21 16:11 Bug开发攻城狮 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 1.使用maven打jar包1.1 打jar很简单的,只需要在pom.xml里面加一段插件代码即可 org.apache.maven.plugins maven-jar-plugin 2.4 ... 阅读全文
posted @ 2016-01-21 15:43 Bug开发攻城狮 阅读(730) 评论(0) 推荐(0) 编辑
摘要: 有时候,在项目中,需要指定版本的jar,这样的话,下载起来要找的话,很耗费时间的,无意中看到maven的方式下载,顿时觉得这是对我们有帮助的!1.首先你肯定得安装maven啦,不然搞毛线啊(附上maven安装参考)2.新建一个bat文件和一个maven文件bat文件,... 阅读全文
posted @ 2016-01-21 14:09 Bug开发攻城狮 阅读(165) 评论(0) 推荐(0) 编辑