public interface ExtendedM2RepoService extends M2RepoService
Modifier and Type | Method and Description |
---|---|
void |
deployJar(InputStream is,
GAV gav)
Deploy JAR to all repositories (this includes Guvnor's internal Maven Repository,
external Repositories configured by Distribution Management in the JAR's pom.xml
and external Repositories configured by active Profiles in settings.xml).
|
void |
deployJarInternal(InputStream is,
GAV gav)
Convenience method for unit tests - to avoid deploying to additional (possibly external) repositories
|
void |
deployPom(InputStream is,
GAV gav)
Deploy POM to local Maven Repository and Workbench's remote Maven Repository.
|
getKieDeploymentDescriptorText, getKModuleText, getPomText, getRepositoryURL, listArtifacts, loadGAVFromJar
void deployJar(InputStream is, GAV gav)
is
- InputStream holding JARgav
- GAV representing the JARvoid deployJarInternal(InputStream is, GAV gav)
is
- InputStream holding JARgav
- GAV representing the JARvoid deployPom(InputStream is, GAV gav)
is
- InputStream holding POMgav
- GAV representing the POMCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.