在Eclipse中将maven与gwt集成时出现问题
当尝试使用maven制作gwt web项目时,我发现了几个错误。例如:“GreetingServiceAsync 无法解析为类型”等。我相信我要做的就是将 Maven 中的“项目导入时运行的目标”选项设置为“进程资源”。但是,我在 Maven 插件的首选项中找不到该文本框。
有人知道如何解决这个问题吗?
When trying to make a gwt web project with maven, I found several errors. For example: "GreetingServiceAsync cannot be resolved to a type" and others. I believe that what I have to do is set the "Goals to run on project import" option in Maven to "process-resources". However, I can't find that textbox in the preferences of my Maven plugin.
Does anybody know how to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我使用 Eclipse 的 import > 导入 gwt-maven-plugin 生成的原型项目时,我遇到了同样的问题一般>将现有项目放入工作区。使用导入>梅文>现有的 Maven 项目反而消除了该错误。
“在项目导入时运行的目标”位于 Eclipse 的 Window > 中首选项>梅文。
如果您在 Maven 首选项中看不到该选项,则可能需要降级您的 m2eclipse 插件。旧的 Sonatype m2eclipse 至少有它,更新站点是 http://m2eclipse.sonatype.org/sites/m2e 。
I got the same problem when I imported gwt-maven-plugin generated archetype project using Eclipse's import > General > Existing Projects into Workspace. Using import > Maven > Existing Maven Projects instead got rid of the error.
"Goals to run on project import" is in Eclipse's Window > Preferences > Maven.
If you can't see the the option in Maven preferences, you may have to downgrade you m2eclipse plugin. Old Sonatype m2eclipse at least has it, update site is http://m2eclipse.sonatype.org/sites/m2e.