Learning AWS(Second Edition)
上QQ阅读APP看书,第一时间看更新

Building a war file for deployment

You have the option of creating a war file which can be deployed in any web server that supports servlet containers. This can be done via the command line from the root of A1 e-commerce project via a maven goal package.

mvn package

This will create a war file a1ecommerce.war in the folder called target, which is in the root of the A1 e-commerce project.