This article covers a Bloomreach Experience Manager version 12. There's an updated version available that covers our most recent release.

Build the Project

Build the web applications (WARs) for your project.
Now would be a good moment to put your project under version control. Doing this before you tell Maven to build your project helps you distinguish project files from generated files.

You build your project in the root folder of your project, using the following command:

cd myhippoproject
mvn clean verify 

This will produce three JAR files and three WAR files:

  • repository-data/application/target/myhippoproject-repository-data-application-1.01.00-SNAPSHOT.jar
  • repository-data/development/target/myhippoproject-repository-data-development-1.01.00-SNAPSHOT.jar
  • repository-data/webfiles/target/myhippoproject-repository-data-webfiles-1.01.00-SNAPSHOT.jar

  • cms/target/cms.war
  • site/target/site.war
  • essentials/target/essentials.war

The CMS module has dependencies on the repository-data-application and repository-data-webfiles JARs so that they are packaged with the CMS WAR. When the CMS WAR is started up for the first time, the definitions found in the deployed repository data JARs are loaded into the repository.

Continue to run the project

Did you find this page helpful?
How could this documentation serve you better?
On this page
    Did you find this page helpful?
    How could this documentation serve you better?