From 4a31f4ebb4d7711093218d0cb6c634c16942b3f9 Mon Sep 17 00:00:00 2001 From: Paul Legan Date: Mon, 14 Jun 2021 11:01:47 -0400 Subject: [PATCH] Fixed markdown code blocks in EMBED readme --- current/EMBED.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/current/EMBED.md b/current/EMBED.md index 2717fa1..277d8e4 100644 --- a/current/EMBED.md +++ b/current/EMBED.md @@ -2,7 +2,7 @@ ## Add the repository to the main `POM.xml` file (either a private repository or a public one depending upon where the connector package is hosted). -'''xml +```xml central [[Central Repository]] @@ -12,38 +12,38 @@ false -''' +``` ## Add a dependency on the connector package in the main `POM.xml`. -'''xml +```xml com.brightcove com.brightcove.connector 5.7.0 zip -''' +``` ## Add a dependency to the connector package in the `ALL` project’s `POM.xml`. -'''xml +```xml com.brightcove com.brightcove.connector zip -''' +``` ## The connector package should be embedded in the deployment. Add the package as an embedded dependency to the `ALL` project package. -'''xml +```xml com.brightcove com.brightcove.connector zip /apps/brightcove-vendor-packages/application/install -''' +``` ### The connector will be installed on AEM Cloud with the next AEM Cloud Pipeline Build. \ No newline at end of file