From 411660a32bd43d3393187360346af6253f564ddb Mon Sep 17 00:00:00 2001 From: Paul Legan Date: Mon, 14 Jun 2021 10:56:46 -0400 Subject: [PATCH] Added AEM Cloud embed instructions --- current/EMBED.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 current/EMBED.md diff --git a/current/EMBED.md b/current/EMBED.md new file mode 100644 index 0000000..591f349 --- /dev/null +++ b/current/EMBED.md @@ -0,0 +1,41 @@ +# Brightcove Maven Embedding and Deployment Steps + +## 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 + +''' + +## Add a dependency on the connector package in the main `POM.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 + + 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 + + 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