loading table of contents...

4.3.2.4. Removing the e-Commerce Blueprint

This section describes the required steps to remove the CoreMedia e-Commerce Blueprint from the CoreMedia Blueprint workspace.

  1. Remove the lc extension and its dependent extensions from the project.

    $ cd $BLUEPRINT_HOME
    $ mvn com.coremedia.maven:coremedia-blueprint-maven-plugin:\
          remove-extensions \
          -Dcoremedia.project.extensions=\
          lc-bom,lc-asset-bom,lc-es-bom,lc-p13n-bom,\
          ecommerce-ibm-bom,ecommerce-ibm-es-bom
    

    Example 4.31. Remove CoreMedia Livecontext Extension


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