Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Clone the product-mdm repository. The folder will be referred to as <PRODUCT_MDM> throughout the documentation.

    Code Block
    git clone https://github.com/wso2/product-mdmemm.git
  2. Navigate to the <PRODUCT_MDM>/modules/distribution/src/repository/resources/styles/images directory and change the logo.png (217px X 24px) file.
  3. Navigate to the <EMM_HOME>/modules/emm-ui/src/main/resources/web/styles/images directory and change the logo.png (217px X 24px) file.
  4. Build the source.

    Expand
    titleClick here for more information on building the source.
    CommandDescription
    mvn clean install

    Build the binary and source distributions.

    mvn clean install -Dmaven.test.skip=trueBuild the binary and source distributions, without running any of the unit tests.
    mvn clean install -Dmaven.test.skip=true -o
    Build the binary and source distributions, without running any of the unit tests, in offline mode. This can be done only if you have already built the source at least once.