ShrinkWrap Resolver Maven Archive API 2.0.0-cr-1

org.jboss.shrinkwrap.resolver.api.maven.archive.importer
Interface PomEquippedMavenImporter

All Superinterfaces:
org.jboss.shrinkwrap.api.Assignable

public interface PomEquippedMavenImporter
extends org.jboss.shrinkwrap.api.Assignable

Instance of MavenImporter that has configuration from a POM file loaded

Author:
Karel Piwko

Method Summary
 PomEquippedMavenImporter importBuildOutput()
          Build an archive based on metadata previously loaded from a Project Object Model file.
 PomEquippedMavenImporter importBuildOutput(MavenResolutionStrategy strategy)
          Build an archive based on metadata previously loaded from a Project Object Model file.
 
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
 

Method Detail

importBuildOutput

PomEquippedMavenImporter importBuildOutput()
Build an archive based on metadata previously loaded from a Project Object Model file. Packages following scopes: ScopeType.COMPILE, ScopeType.IMPORT, ScopeType.RUNTIME, ScopeType.SYSTEM

Parameters:
strategy -
Returns:

importBuildOutput

PomEquippedMavenImporter importBuildOutput(MavenResolutionStrategy strategy)
                                           throws IllegalArgumentException
Build an archive based on metadata previously loaded from a Project Object Model file. Uses passed strategy to define dependencies to be packaged into the archive.

Parameters:
strategy -
Returns:
Throws:
IllegalArgumentException - If no strategy is specified

ShrinkWrap Resolver Maven Archive API 2.0.0-cr-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.