摘要: From:https://www.linux178.com/Java/maven-release.html 用Java写了一个命令行的小程序,使用的Intellij IDE是IDEA13原来一直使用Ant来打包编译,为了学习一下maven打包,特此从Ant打包转转换为Maven打包发布 源码的目录结 阅读全文
posted @ 2017-04-12 13:10 规格严格-功夫到家 阅读(4211) 评论(0) 推荐(0)
摘要: 1.加载jar包到本地 (以加载saxon-dom-9.0.jar为例) <dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon-dom</artifactId> <version>9.0</version> </dependen 阅读全文
posted @ 2017-04-12 13:05 规格严格-功夫到家 阅读(291) 评论(0) 推荐(0)