什么是 maven 中的“pom”包装? - What is "pom" packaging in maven?

问题:

I was given a maven project to compile and get deployed on a tomcat server.我得到了一个 maven 项目来编译并部署在 tomcat 服务器上。 I have never used maven before today, but I have been googling quite a bit.我在今天之前从未使用过 maven,但我一直在谷歌上搜索很多。 It seems like the top level pom.xml files in this project have the packaging type set as pom .这个项目中的顶级pom.xml文件似乎将打包类型设置为pom

What am I supposed to do after mvn install to get this application deployed?mvn install之后我应该怎么做才能部署这个应用程序? I was expecting to be able to find a war file somewhere or something, but I guess I am looking in the wrong place or missing a step.我希望能够在某处或某处找到一个war文件,但我想我找错了地方或遗漏了一步。


解决方案:

参考一: https://en.stackoom.com/question/WH57
参考二: https://stackoom.com/question/WH57
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章