[
https://issues.jboss.org/browse/FORGE-1234?page=com.atlassian.jira.plugin...
]
Lincoln Baxter III closed FORGE-1234.
-------------------------------------
Resolution: Rejected
This already exists:
forgeArchive.addAsLibrary(...)
Then use the shrinkwrap `Resolvers` API.
Offer the possibility to add Maven dependencies to a forge archive
------------------------------------------------------------------
Key: FORGE-1234
URL:
https://issues.jboss.org/browse/FORGE-1234
Project: Forge
Issue Type: Feature Request
Components: Test Harness
Affects Versions: 2.0.0.Alpha12
Reporter: Koen Aers
It would be nice to do something along these lines:
{code}
ForgeArchive archive = ShrinkWrap
.create(ForgeArchive.class)
.addBeansXML()
.addAsAddonDependencies(
...)
.addAsMavenDependencies(
MavenDependency.create("com.h2database:h2:1.3.167"));
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira