loading table of contents...

4.3.2.6. Removing the Advanced Asset Management Extensions

This section describes the required steps to remove Advanced Product Asset Management from CoreMedia Blueprint. Advanced Asset Management consists of two extensions.

  1. 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


  2. If you use the CoreMedia example content you also have to remove the links to Asset content in the CMPicture files. You can use a tool like sed.

  3. If you use the the new deployment scenario below deployment/chef, remove the dependency to am-adobe-drive-server-webapp from the pom.xml file in deployment/chef.

  4. Proceed with the instructions from Section 4.3.2.1, “Adding, Disabling or Removing an Extension” for further development.