Changing Carbon Admin logos
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-mdm.git
- Navigate to the
<PRODUCT_MDM>/modules/distribution/src/repository/resources/styles/images
directory and change change thelogo.png
(217px X 24px
) file.
- Navigate to the <EMM
<EMM_
HOME>HOME>/modules/emm-ui/src/main/resources/web/styles/images
directory and change change thelogo.png
(217px X 24px
) file. Build the source.
Expand title 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.