diff --git a/modules/ROOT/pages/_partials/mmp-deploy-to-rtf.adoc b/modules/ROOT/pages/_partials/mmp-deploy-to-rtf.adoc index ddd3d5425..0abdea079 100644 --- a/modules/ROOT/pages/_partials/mmp-deploy-to-rtf.adoc +++ b/modules/ROOT/pages/_partials/mmp-deploy-to-rtf.adoc @@ -36,6 +36,21 @@ See xref:runtime-fabric::deploy-resource-allocation-self-managed.adoc[Resource A * The application is already published in Exchange + See xref:exchange::to-publish-assets-maven.adoc[Publish and Deploy Exchange Assets Using Maven]. +The Mule Maven Facade API (v3) is added as a repository in the distribution management section of your project’s POM file. For example: + +---- + + + Repository + Corporate Repository + https://maven.anypoint.mulesoft.com/api/v3/organizations/ORGANIZATION_ID/maven + default + + +---- + +If you publish assets using Exchange API, use Exchange API v2, otherwise schedulers won't be displayed. + // end::prerequisitesRTF[] // tag::rtfDeploymentConfig[] diff --git a/modules/ROOT/pages/deploy-to-rtf.adoc b/modules/ROOT/pages/deploy-to-rtf.adoc index 8760b7066..85514c1c5 100644 --- a/modules/ROOT/pages/deploy-to-rtf.adoc +++ b/modules/ROOT/pages/deploy-to-rtf.adoc @@ -2,7 +2,7 @@ include::mule-runtime::partial$mmp-deploy-to-rtf.adoc[tag=intro] -include::mule-runtime::partial$mmp-deploy-to-rtf.adoc[tag=prerequisites] +include::mule-runtime::partial$mmp-deploy-to-rtf.adoc[tag=prerequisitesRTF] include::mule-runtime::partial$mmp-deploy-to-rtf.adoc[tag=rtfDeploymentConfig]