DCM is a package for dealing with IBM DataPower configuration management. It provides an Ant-based command line tool and a plugin for IBM UrbanCode Deploy (UCD).
- JDK 1.6 or later
- Apache Ant (1.8.1 or later, 1.9.4 will be packaged with UCD plugin)
After you obtain the source either via a Git client or by downloading the repository zip file, you can build the code using Apache Ant. Enter the dcm directory and issue the command below (assumes Apache Ant is in the path):
ant
The UCD plugin will be found in dist/datapower-dev.zip
See Quick Start in the wiki for more details on installation.
If you want to contribute to the project, you will need to fill in the appropriate Contributor License agreement which can be found under the CLA directory. Follow the directions inside the document so that any submissions can be properly accepted into the repository.
The code is licensed under the terms of the Apache License 2.0. See the acompanying Apache-2.0-License.txt for further details.