Building packages
Use the HCL Commerce Build tool to build packages for deployment.
Before you begin
- Set up source extraction configurations.
- Configure packaging settings.
- Copy the source code of the customization assets to a local directory (in local mode), or setup
a Source Code Management (SCM) repository to properly extract them.
Project Copy these files WebSphereCommerceServerExtensionsLogic Include all the project code from the source directory. WebSphereCommerceServerExtensionsData Include all the project code from the source directory. Customizable web modules. - CommerceAccelerator.war
Include only the files that were created or modified by you.. Customization server. Since it is dedicated to customization, extract or copy all of the files in it to the working directory.
Procedure
Results
A compressed file is created and saved to the relevant dist directory, following the file and naming convention WCDE_installdir/wcbd/dist/server/wcbd-deploy-server-build-label.zip. Use this package to build a new Docker image to include your custom code. For more information, see Building a custom Docker image from a deployable package.