/common-documentation

Mulesoft Documentation - Development - Build environment

Apache License 2.0Apache-2.0

Documentation - Development Process

Powered by Build and deploy

Mulesoft Documentation - Development Process

Configure group-id of the project

In order to deploy the documentation in your Anypoint Exchange you must set the business group of your organization in the pom.xml file in the section groupId, example:

    <groupId>my-business-group-id</groupId>

Exchange deployment

maven command to deploy asset in anypoint exchange:

mvn deploy

Further reading