Building Self-Managed Commerce
tip
New and redesigned build tools are available with the most recent releases of Self-Managed Commerce, and include build scripts that you can run locally or from within your continuous integration (CI) tool of choice. For more information, see Build Tooling Overview.
Prerequisites
Ensure that you have completed the following before you proceed to build Self-Managed Commerce:
- Check-out the
ep-commerceGit repository. See Source Code. - Configure your build environment. See Requirements for Setting up your Developer Environment.
Build All Projects
You can build all projects with one Maven command.
Open the command line and navigate to the Self-Managed Commerce source directory.
Run the following Maven command:
mvn clean install -DskipAllTestsWith the
-DskipAllTestscommand, the system does not run any unit test or integration tests, however the system still builds the test. For more details on the Maven arguments, see Elastic Path Maven Commands.
note
For additional information, see Elastic Path Maven Commands.