摘要:
自己想写点东西,建个maven项目 都能报错。心累! 解决方法:在pom.xml 文件中添加 <properties> <maven-jar-plugin.version>2.6</maven-jar-plugin.version> </properties> 网上还有一种说是 Help->Inst 阅读全文
posted @ 2019-01-09 15:47
Mr.Duanxj
阅读(258)
评论(0)
推荐(0)
摘要:
随便记录下,以后方便查询 <mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public< 阅读全文
posted @ 2019-01-09 15:34
Mr.Duanxj
阅读(154)
评论(0)
推荐(0)