Skip to content

Commit

Permalink
Added AddonManager docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 29, 2013
1 parent 4c7ac82 commit f482942
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions addon-manager/README.asciidoc
@@ -0,0 +1,48 @@
== Addon Manager
:idprefix: id_

This addon allows another addons to be installed/removed

=== Depends on

[options="header"]
|===
|Addon |Exported |Optional

|container-cdi
|No
|No

|ui
|No
|Yes

|projects
|No
|Yes

|addon-manager-spi
|No
|No

|===

== Setup

=== Service consumer

To consume exported services of this addon, you must add it a dependency in the *pom.xml* of your `forge-addon` classified artifact:

[source,xml]
----
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addon-manager</artifactId>
<classifier>forge-addon</classifier>
<version>${version}</version>
</dependency>
----

== Features

- Installation of addons through AddonManager

0 comments on commit f482942

Please sign in to comment.