Documentation Center

Building your web application (Java)

About this task

By default only the core DXA module is enabled.

You only need to the following procedure once and not for every web application you want to build.

Procedure

Run the following Maven command to build your application:
mvn clean package -P<VERSION>

where <VERSION> can be either 2013sp1 or web8.

What to do next

Once your web application is built, you can run it.