diff --git a/stacks/README.asciidoc b/stacks/README.asciidoc new file mode 100644 index 0000000000..001af2a518 --- /dev/null +++ b/stacks/README.asciidoc @@ -0,0 +1,46 @@ +== stacks +:idprefix: id_ + +This addon *exports services* for use in other addons. The Maven addon implements extension points in several addons, enabling them to function using maven dependency resolution, project building, and additionally provides maven POM manipulation services. + +=== Depends on + +[options="header"] +|=== +|Addon |Exported |Optional + +|projects +|no +|yes + +|ui +|no +|yes + +|org.jboss.forge.furnace.container:cdi +|no +|no + +|=== + +== Setup + +This Addon requires the following installation steps. + +=== Add configuration to pom.xml + +To use this addon, you must add it as a dependency in the *pom.xml* of your `forge-addon` classified artifact: + +[source,xml] +---- + + org.jboss.forge.addon + stacks + forge-addon + ${version} + +---- + +== Features + +TODO \ No newline at end of file