08.maven项目构建过程中出现的错误
问题一:
解决办法:
问题二:如何将本地项目上传到nexus私库
方法一:
方法二:
问题三:引用父类项目时候出现如下warning(说明和父pom版本一致)
GroupId is duplicate of parent groupId
Version is duplicate of parent version
解决办法:直接Window > Preferences > Maven > Errors/Warnings > Ignore 将两个警告,调成忽略即可解决。