Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Changing Carbon Admin logos
Clone the product-mdm repository. The folder will be referred to as <PRODUCT_MDM>
throughout the documentation.
git clone https://github.com/wso2/product-mdm.git
- Navigate to the
<PRODUCT_MDM>/modules/distribution/src/repository/resources/styles/images
directory and change the logo.png
(217px X 24px
) file.
- Navigate to the
<EMM_HOME>/modules/emm-ui/src/main/resources/web/styles/images
directory and change the logo.png
(217px X 24px
) file. Build the source.
Click here for more information on building the soruce.
Command | Description |
---|
mvn clean install | Build the binary and source distributions. |
mvn clean install -Dmaven.test.skip=true | Build 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. |