The settings.gradle file specifies the Dynamo modules (which, as described in the Relationship between Gradle Projects and Dynamo Modules section, correspond to Gradle projects) that should be included in the build. Out of the box, the modules to include are specified as follows:

include "Base",
  "Plugins",
  "Plugins:SearchAndNavigation",
  "Plugins:Spotlights",
  "Plugins:ShoppingCart",
  "Plugins:SEO",
  "Plugins:Account",
  "Plugins:Preview",
  "Plugins:Checkout",
  "Plugins:Promotions",
  "Applications",
  "Applications:B2CStore",
  "Applications:B2CStore:Base",
  "Applications:B2CStore:Plugins",
  "Applications:B2CStore:Plugins:SearchAndNavigation",
  "Applications:B2CStore:Plugins:ShoppingCart",
  "Applications:B2CStore:Plugins:Account",
  "Applications:B2CStore:Plugins:Checkout",
  "Applications:B2CStore:Plugins:Spotlights",
  "Applications:B2CStore:NoPublishing",
  "Applications:B2CStore:Versioned",
  "Applications:B2CStore:CIMExtension"

Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices