Now that you have completed the build and deployment configuration of your custom portal, you are ready to build the portal. Inside the root directory of your project (jetexpress), run the following command:
mvn jetspeed:mvn -Dtarget=all
As well as building your custom portal project, this command also:
Maven will produce a large amount of build logging information. The Jetspeed Maven Plugin invokes several other Maven goals during the build process, each resulting in a message "BUILD SUCCESSFUL". Eventually Maven will print a final "BUILD SUCCESSFUL" message and exit to the command line prompt.
Note: for finer grained build and deploy commands see the Build Commands Reference.
Now that you have built and deployed the portal, lets start up the application server.