public interface PomEquippedMavenImporter
extends org.jboss.shrinkwrap.api.Assignable
MavenImporter
that has configuration from a POM file loadedModifier and Type | Method and Description |
---|---|
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.
|
PomEquippedMavenImporter importBuildOutput()
ScopeType.COMPILE
, ScopeType.IMPORT
, ScopeType.RUNTIME
, ScopeType.SYSTEM
MavenImporter
instance with a built archive based on metadata previously loaded
from a Project Object Model file.PomEquippedMavenImporter importBuildOutput(MavenResolutionStrategy strategy) throws IllegalArgumentException
strategy
- The strategy defining objects to be packagedMavenImporter
instance with a built archive based on metadata previously loaded
from a Project Object Model file.IllegalArgumentException
- If no strategy is specifiedCopyright © 2021 JBoss by Red Hat. All rights reserved.