public class FeaturePackBuilder
extends Object
Task that builds a feature pack. In general this task assumes that some other tool will copy the files from the build
to the target directory (e.g. maven).
This tool will then verify the modules directory against the listed dependency feature packs, to make sure there
are no unresolved non-optional module references. It also resolves the versions of artifact and adds it to
the versions.properties file, and creates the feature-pack.xml file.
- Author:
- Stuart Douglas, Eduardo Martins