Merve 每次在 Tomcat 上启动时都会构建 Maven 项目
我正在使用 Eclipse、Maven 2、Merve(Eclipse 的 Tomcat 启动器插件)、maven-eclipse 插件和 m2eclipse。
我的问题是,每次我使用 Merve 运行启动时,它都会调用 Maven 项目生成器,这似乎会进行完整的构建。 这对于我的项目来说需要很长时间(大约 2-3 分钟)。
在项目属性->构建器 我同时启用了 Java 构建器和 Maven 项目构建器。
我能做些什么来缩短时间吗?我猜我应该能够将其配置为仅构建编译更改的源,而不是整个项目。
我也愿意接受其他建议插件(例如 Jetty)。我想从 Eclipse 运行和调试 Maven 项目,并尽可能快地完成。
I am using Eclipse, Maven 2, Merve (Tomcat launcher plugin for Eclipse), maven-eclipse plugin and m2eclipse.
My problem is that every time I run a launch with Merve, it invokes the Maven Project Builder which seems to make a full build.
This takes a very long time for my project (about 2-3 minutes).
In the project properties -> Builders i have both the Java Builder and Maven Project Builder enabled.
Is there anything i can do to shorten the time? I'm guessing i should be able to configure it to build-compile only the sources that changed, not the entire project.
I am also open to other suggestions pluggins (like Jetty). I want to run and debug the maven project from eclipse and do it as fast as possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道这个问题的确切原因,但我通过安装另一个具有相同插件的 Eclipse 并更改工作区的位置解决了这个问题。
新的 Eclipse,相同的工作区 - 同样的问题
新的 eclipse,新的工作区 - 解决了。
I don't know the exact cause to this problem but i solved it my installing another Eclipse with same plugins and changing the location of the workspace.
New eclipse, same workspace - same problem
New eclipse, new workspace - solved.