-
Notifications
You must be signed in to change notification settings - Fork 162
Documentation Template for Core Addons
Lincoln Baxter, III edited this page Jul 29, 2013
·
2 revisions
(Edit page to see template code.)
(choose one) This addon provides standalone functionality, and exports services for use in other addons.
This addon provides standalone functionality.
This addon exports services for use in other addons.
This addon provides classes for use in other addons.
This addon is a 'Furnace container' that provides lifecycle and service registry support for dependent addons.
This Addon requires the following installation steps.
To use this addon, you must add it as a dependency in the pom.xml of your forge-addon
classified artifact:
<dependency>
<groupId>ADDON_GROUP_ID</groupId>
<artifactId>ADDON_ARTIFACT_ID</artifactId>
<classifier>forge-addon</classifier>
<version>${version}</version>
</dependency>