Skip to content

athenagroup/brxm

 
 

Repository files navigation

Bloomreach Experience Manager (brXM)

This git repository contains all modules that are part of the brXM releases. Projects included here are Apache licensed and sources are published as open source (foss).

Build Instructions

This product uses Maven (http://maven.apache.org/) for build tooling.

Build with testing:

mvn clean install

Build without testing:

mvn clean install -DskipTests -DskipITs

Build in parallel without testing:

mvn clean install -DskipTests -DskipITs -T1C

Note: Parallel builds are only supported with -DskipITs. Integration tests must be run with a single-threaded build.

Validate license headers:

mvn clean && mvn validate -Pdefault,pedantic

About

Apache-licensed community edition of Bloomreach Experience CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.4%
  • JavaScript 6.6%
  • TypeScript 2.7%
  • HTML 2.5%
  • SCSS 1.2%
  • CSS 1.1%
  • Other 0.5%