Building a war on intellij

独自空忆成欢 提交于 2019-12-10 12:32:28

问题


I have a Java EE project I have imported into IntelliJ . I can compile the project but for some reason not able to build a war artifact , when I go to the build tab the <build artifacts> option is blanked out ( ie I cannot select it ) . my project compiles fine but I am still confused on how I could build my war .


回答1:


Operating sequence can be such (dependent of IDE version):

Choose:

File -> Project Structure -> Artifacts

Then press Alt+Insert and create new artifact:

After this actions item Build artifacts should be available.



来源:https://stackoverflow.com/questions/19323908/building-a-war-on-intellij

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!