maven install 错误
Posted rigidwang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven install 错误相关的知识,希望对你有一定的参考价值。
解决如下:
pom.xml 增加:
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-digest</artifactId>
<version>1.0</version>
</dependency>
以上是关于maven install 错误的主要内容,如果未能解决你的问题,请参考以下文章
今天maven install时碰到的两个问题(堆溢出和编译错误)
MyEclipse中Maven项目运行maven install命令时出现错误怎么办?