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
- Host: GitHub
- URL: https://github.com/forge/shrinkwrap-addon
- Owner: forge
- Created: 2016-11-08T10:12:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T10:23:16.000Z (over 9 years ago)
- Last Synced: 2025-01-21T08:44:30.505Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
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
----