This section describes the required steps to remove Advanced Product Asset Management from CoreMedia Blueprint. Advanced Asset Management consists of two extensions.
Remove the lc-asset and the am-bom extensions from the project.
$ cd $BLUEPRINT_HOME $ mvn com.coremedia.maven:coremedia-blueprint-maven-plugin:\ remove-extensions \ -Dcoremedia.project.extensions=lc-asset-bom, am-bom
Example 4.33. Remove CoreMedia Product Asset Management Extension
If you use the CoreMedia example content you also have to remove the links to
Asset
content in theCMPicture
files. You can use a tool like sed.If you use the the new deployment scenario below
deployment/chef
, remove the dependency toam-adobe-drive-server-webapp
from thepom.xml
file indeployment/chef
.Proceed with the instructions from Section 4.3.2.1, “Adding, Disabling or Removing an Extension” for further development.