maven archetype:generate failure caused by org.apache.maven.plugin.MojoFailureException

后端 未结 5 1087
天涯浪人
天涯浪人 2020-12-11 20:57

I have installed maven 2 and following the tutorial as mentioned in the below link

maven.apache.org/guides/getting-started/maven-in-five-minutes.html

But whi

5条回答
  •  死守一世寂寞
    2020-12-11 21:50

    I had the same error :D, and what I did was modifying the permission of the folder in which I was creating my project folder (in you case 'my-app'). Indeed, I was just following the maven tutorial's guidelines when I came into this error.

    Changing '/usr/local/apache-maven/' folder permission to 775 or to 777 should make it!

提交回复
热议问题