mvn install时,好多包从mvn中央库下载不下来,搜索到一个maven库地址:http://conjars.org/repo/,将其添加到maven仓库中 编辑 conf/setting.xml,添加如下设置,红色部分 <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more c…
gradle install--- http://www.itnose.net/detail/6500082.html http://stackoverflow.com/questions/5102571/how-to-install-maven-artifact-with-sources-from-command-line ---------- Please use mvn source:jar install to install the Maven artifacts. It is qui…