Maven相关

Maven使用相关记录

Error:

Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories.
  Could not resolve artifact
    Missing org.apache.maven.archetypes:maven-archetype-quickstart:pom:RELEASE

解决思路:在本地库中装载maven-archetype-quickstart

Error:

Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-quickstart:1.1] 
Unable to add module to the current project as it is not of packaging type 'pom'

由于在Workspace下放了个POM文件,造成了M2eclipse插件的误解,删掉就OK了

原文地址:https://www.cnblogs.com/-404/p/4275907.html