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 Jetty 调试我的 webapp,
我已经能够mvn jetty:run并且它成功地在 Maven Jetty 上运行了我的应用程序。
mvn jetty:run
但是当我尝试将 Eclipse 配置为使用 Jetty 进行调试时,“Arguments”上没有 jetty:run 变量。
为什么会这样?
我将 maven 的位置设置为我的 apache-maven-3.0.4 目录。mave应该是指向eclipse插件的吧?我什至不知道它在哪里...
很明显,这是可耻的。
不知道它是否应该在 Arguments 上以及为什么不是,但我只是按原样输入它并且它有效。