]
Matous Jobanek closed SHRINKRES-115.
------------------------------------
Resolution: Won't Fix
Users willing to use maven to build the archive can use arquillian spacelift
Create Importer API bridge to SW
--------------------------------
Key: SHRINKRES-115
URL:
https://issues.jboss.org/browse/SHRINKRES-115
Project: ShrinkWrap Resolvers
Issue Type: Feature Request
Reporter: Andrew Rubinger
Assignee: Bernard Labno
Use case as prototyped by [~blabno]:
{code}
final JavaArchive archive = ShrinkWrap.create(EmbeddedMavenImporter.class,
"jar-with-excludes.jar").loadPomFromFile(
"src/it/jar-sample/pom.xml").importBuildOutput().as(JavaArchive.class);
{code}