Creating applications : Creating applications : Multichannel application sample : Deploying and running the Multichannel application sample by using Apache Maven : Build and install Multichannel application sample
  
Build and install Multichannel application sample
Complete the following steps to build and install the Multichannel application sample into an Apache Maven repository:
1 Set up the Apache Maven environment, see Set up environment.
2 From the root directory of the parent project (Multi-Channel-Application-Sample), run the following commands:
mvn clean package
Builds are generated in target folders under the subproject folder.
mvn clean install
Projects are installed in the Apache Maven local repository.
The following table details the build files for the subprojects:
 
Build file
File type
BackendService
JAR
GlobalBizData
JAR
GlobalDefJava
JAR
GlobalStaticWEB
WAR
SampleCommonDAO
JAR
SampleCommonDerbyDAO
JAR
SampleCommonDSO
JAR
SampleCommonWeb
WAR
SamplePortalWeb
WAR
SampleWEBEAR
This file includes the GlobalStaticWEB, SampleCommonWeb, and SamplePortalWeb WAR files.
EAR
Go up to
Deploying and running the Multichannel application sample by using Apache Maven