maven生成eclipse工程时时有错误,但是eclipse中可以导入工程

[ERROR] No plugin found for prefix 'clipse' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the rep
ositories [local (F:\maven\repository), central (http://repo.maven.apache.org/ma
ven2)] -> [Help 1]
org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException: No plugin found
for prefix 'clipse' in the current project and in the plugin groups [org.apache.
maven.plugins, org.codehaus.mojo] available from the repositories [local (F:\mav
en\repository), central (http://repo.maven.apache.org/maven2)]
at org.apache.maven.plugin.prefix.internal.DefaultPluginPrefixResolver.r
esolve(DefaultPluginPrefixResolver.java:93)
at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.findPluginF
orPrefix(MojoDescriptorCreator.java:260)
at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.getMojoDesc
riptor(MojoDescriptorCreator.java:220)
at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalcul
ator.calculateTaskSegments(DefaultLifecycleTaskSegmentCalculator.java:106)
......
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF
orPrefixException

错误应该如何解决?
eclipse中可以导入。初学者,求答疑

第1个回答  2013-08-09
'clipse'

打错单词了

mvn eclipse:eclipse
第2个回答  推荐于2017-04-19
我和您一样也是这样,后来发现是打错字了。

mvn eclipse:eclipse本回答被网友采纳
相似回答