| Modifier and Type | Method and Description |
|---|---|
PomEquippedMavenImporter |
PomEquippedMavenImporter.importBuildOutput()
Build an archive based on metadata previously loaded from a Project Object Model file.
|
PomEquippedMavenImporter |
PomEquippedMavenImporter.importBuildOutput(MavenResolutionStrategy strategy)
Build an archive based on metadata previously loaded from a Project Object Model file.
|
PomEquippedMavenImporter |
MavenImporter.loadPomFromClassLoaderResource(String pathToPomResource)
Configures the Maven Importer from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the current Thread.getContextClassLoader(). |
PomEquippedMavenImporter |
MavenImporter.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl)
Configures the Maven Importer from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the specified ClassLoader. |
PomEquippedMavenImporter |
MavenImporter.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl,
String... profiles)
Configures the Maven Importer from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the specified ClassLoader. |
PomEquippedMavenImporter |
MavenImporter.loadPomFromFile(File pomFile)
Configures the Maven Importer from metadata contained in the specified POM
File. |
PomEquippedMavenImporter |
MavenImporter.loadPomFromFile(File pomFile,
String... profiles)
Configures the Maven Importer from metadata contained in the specified POM
File. |
PomEquippedMavenImporter |
MavenImporter.loadPomFromFile(String pathToPomFile)
Configures the Maven Importer from metadata contained in the POM file located at the
specified path.
|
PomEquippedMavenImporter |
MavenImporter.loadPomFromFile(String pathToPomFile,
String... profiles)
Configures the Maven Importer from metadata contained in the POM file located at the
specified path.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.