摘要: 1 有两个项目 maven01 和maven 02,想在maven 02中引用maven01的方法,该如何操作呢 maven01中Factory类中的方法 public class Factory { public static String createMessage(){ String mess 阅读全文
posted @ 2018-03-09 15:50 逆水乘舟,不进则退 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml里配置 以测试插件介绍为主 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2 阅读全文
posted @ 2018-03-09 13:34 逆水乘舟,不进则退 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 在你的本地仓库上 setting文件中配置,一旦nexus服务关闭是无法下载的 1 配置nexus镜像 <mirror> <id>central1</id> <mirrorOf>*</mirrorOf> <url>http://localhost:8081/nexus/content/groups/ 阅读全文
posted @ 2018-03-09 09:25 逆水乘舟,不进则退 阅读(631) 评论(0) 推荐(0) 编辑