如何在 Maven 企业应用程序中导出 .html 文件 (Netbeans 6.9)
我有一个内置于 Netbeans 6.9 中的 Maven 项目...我想单独导出 .html 文件,然后导出 .class 文件。我想简单地复制它们,但我不知道如何在 Netbeans 中配置它。
I have a Maven Project Built in Netbeans 6.9... I want to export .html files other then .class files alone. I want to simply copy them, but I am not sure how to configure this in Netbeans.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您指的是与 wicket java 源文件位于同一目录中的 HTML 文件。通常的方法是在项目的 pom.xml 中:
I assume you mean the HTML files that live in the same directories as your wicket java source files. The usual way to do this is in the project's pom.xml: