org.jboss.forge.maven.dependencies
Class MavenContainer
java.lang.Object
org.jboss.forge.maven.dependencies.MavenContainer
public class MavenContainer
- extends Object
Configures the Maven API for usage inside Forge
TODO: Remove in the future, use the ShrinkWrap Descriptors API ?
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenContainer
public MavenContainer()
getEnabledRepositoriesFromProfile
public List<org.sonatype.aether.repository.RemoteRepository> getEnabledRepositoriesFromProfile(org.apache.maven.settings.Settings settings)
getSettings
public org.apache.maven.settings.Settings getSettings()
getRepositorySystem
public org.sonatype.aether.RepositorySystem getRepositorySystem()
convertFromMavenProxy
public static org.sonatype.aether.repository.Proxy convertFromMavenProxy(org.apache.maven.settings.Proxy proxy)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.