Skip to content

Commit

Permalink
FORGE-957: Added README.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 7, 2013
1 parent a111467 commit e04c5ab
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions stacks/README.asciidoc
Original file line number Diff line number Diff line change
@@ -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]
----
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>stacks</artifactId>
<classifier>forge-addon</classifier>
<version>${version}</version>
</dependency>
----

== Features

TODO

0 comments on commit e04c5ab

Please sign in to comment.