An open API service indexing awesome lists of open source software.

https://github.com/forge/shrinkwrap-addon

Shrinkwrap addon for JBoss Forge
https://github.com/forge/shrinkwrap-addon

Last synced: 8 months ago
JSON representation

Shrinkwrap addon for JBoss Forge

Awesome Lists containing this project

README

          

== JBoss Forge Shrinkwrap Addon
:idprefix: id_

This addon *provides classes* for use in other addons.
You *must* use this addon if you want to use Shrinkwrap in your addon. Make sure that your addon excludes any Shrinkwrap dependencies..

=== Dependencies: None

== Setup

This Addon requires the following installation steps.

=== Add configuration to you addon's 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
shrinkwrap
forge-addon
1.2.6

----