Package org.ops4j.pax.url.mvn.internal

Class Summary
Activator Bundle activator for mvn: protocol handler.
AetherBasedResolver Aether based, drop in replacement for mvn protocol
Connection An URLConnextion that supports mvn: protocol.
Syntax:
mvn:[repository_url!]groupId/artifactId[/version[/type]]
where:
- repository_url = an url that points to a maven 2 repository; optional, if not sepecified the repositories are resolved based on the repository/localRepository.
- groupId = group id of maven artifact; mandatory
- artifactId = artifact id of maven artifact; mandatory
- version = version of maven artifact; optional, if not specified uses LATEST and will try to resolve the version from available maven metadata.
DownloadableArtifact An artifact that can be downloaded.
GracefulWagon Created by IntelliJ IDEA.
LogAdapter  
ManualWagonProvider Simplistic wagon provider
Parser Parser for mvn: protocol.
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.