随笔分类 -  Maven

摘要:Maven结构目录 "Introduction to the Standard Directory Layout" 指定编译使用的JDK版本 "Setting the source and target of the Java Compiler" 指定编译使用的具体JDK "Specify JDK 阅读全文
posted @ 2017-01-12 11:23 SupremeHover 阅读(361) 评论(0) 推荐(0)
摘要:明确代理服务器地址及端口,比如 proxy.supremehover.com:8080 找到maven目录下的 conf\settings.xml 并打开,在 proxies 节点下添加 proxy 分别配置http及https的代理 username 填写登录代理服务器所用用户名,可能要以域\用户 阅读全文
posted @ 2016-12-12 23:40 SupremeHover 阅读(1796) 评论(0) 推荐(0)