Skip to content

Instantly share code, notes, and snippets.

@ALRubinger
Created March 8, 2013 13:54
Show Gist options
  • Save ALRubinger/5116577 to your computer and use it in GitHub Desktop.
Save ALRubinger/5116577 to your computer and use it in GitHub Desktop.
ShrinkWrap Importer API Bridge Proposal: http://issues.jboss.org/browse/SHRINKRES-115
final JavaArchive archive = ShrinkWrap.create(EmbeddedMavenImporter.class,
"jar-with-excludes.jar").loadPomFromFile(
"src/it/jar-sample/pom.xml").importBuildOutput().as(JavaArchive.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment