是否可以让 Maven 来测试编译 JSP?

发布于 2024-10-20 20:34:41 字数 276 浏览 0 评论 0原文

我刚刚将我们的一个 Web 项目从 NetBeans ANT 转换为 Maven 2,以简化我们的依赖关系管理,事实证明这非常出色,但我没有意识到 Maven 默认情况下不会测试编译 JSP。

我找到了 JSPC maven 插件 来进行编译,但我实际上并不想要它创造的文物。我确实考虑过将它与 ant 任务插件一起使用来丢弃构建的 JSP,但想听听其他人是否有其他解决方案?

I just converted one of our web projects from NetBeans ANT to Maven 2 in order to ease our dependency management, this has proved brilliant, however I didn't realise that Maven will not test compile the JSP's by default.

I found the JSPC maven plugin which does the compiling, but I don't actually want the artefacts that it creates. I did think about using it with the ant task plugin to throw the built JSP's away but wanted to hear if anyone else has another solution?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无人接听 2024-10-27 20:34:41

您可以将此插件调用放在单独的 Maven 配置文件中 - 并在需要时调用它 - 在部署到测试服务器之前在 Hudson 上调用 - 例如...然后只是 mvn clean ...

you can put this plugin call to separate maven profile - and call it when you need- on Hudson before deploy to test server -for example... And just mvn clean after...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文