Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有项目,我使用 maven 来构建项目:
mvn clean install
我也有一个设置了外部网络模块的 tomcat 6。所以在maven之后我只是统计tomcat并且一切都很好。
但是我想一键完成这两件事(mvn-clean-install,start-tomcat)。如何通过 maven 启动 tomcat?但是我不需要在 tomcat 上部署项目......因为 tomcat 已经“知道”我的项目存在的位置。
谢谢!
看看这个插件:Maven-Tomcat-Plugin