我在Eclipse中使用Maven Integration for WTP插件。当我尝试导入包含在pom中的Maven项目时:
...
<plugin>
<groupId>org.jvnet.jax-ws-commons</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.2</version>
</plugin>
...
我收到了错误消息:
No marketplace entries found to handle jaxws-maven-plugin:2.2:wsimport in Eclipse.
Please see Help for more information.
我用谷歌搜索并发现类似的情况没有答案:
你知道如何解决这个问题吗?
我的环境是:
Eclipse:
Eclipse Java EE IDE for Web Developers.
Version: Indigo Service Release 2
Eclipse maven plugin:
Maven Integration for WTP
Version: Maven Integration for WTP 0.15.3.20120830-0850
org.maven.ide.eclipse.wtp.feature.feature.group JBoss by Red Hat