摘要:
一、SVN上Maven多模块项目结构 使用eclipse导入SVN上的Maven多模块项目 Maven多模块项目所在SVN目录 二、eclipse通过SVN导入到工作空间 工作空间位于F:/HPCWorkspace 2.1 File->Import,选择从SVN检出项目下载 2.2 选择/新建SVN 阅读全文
posted @ 2018-05-08 19:04
Lost blog
阅读(1581)
评论(0)
推荐(0)
摘要:
这个错误通常是下载了子项目,没有把父项目下载下来。 子项目要依赖父项目的pom 所以只要把父pom.xml放到各个子项目的上一级就可以了 The relative path of the parent pom.xml file within the check out. If not specifi 阅读全文
posted @ 2018-05-08 15:07
Lost blog
阅读(5480)
评论(0)
推荐(0)