Unable to create project from archetype [com.ibm.mfp:adapter-maven-archetype-http:8.0.2016061011]
The defined artifact is not an archetype
看下工作目录下有没有pom文件,有的话删掉就好了
(工作目录就是指工作空间,跟.metadata文件夹同一级目录)
你的配置文件,看匹配上maven服务器了没,如果是外网的话,建议阿里云的maven服务器
试试用最新版本的
亲测通过
mvn archetype:generate \
-DarchetypeGroupId=com.ibm.mfp \
-DarchetypeArtifactId=adapter-maven-archetype-http \
-DarchetypeVersion=8.0.2018011507 \
-DgroupId=com.bixuebihui \
-DartifactId=mfptest \
-Dpackage=com.bixuebihui.mfp \
-Dversion=0.0.1
把eclipse中的maven重新安装下http://download.eclipse.org/technology/m2e/releases