Class MavenLocalRepoFileInitializer


public class MavenLocalRepoFileInitializer extends DownloadFileInitializer
Attempt to download a maven:// URI, by first attempting to find the resource in the maven repository system (starting with local, then central)

Valid URI Formats:

maven://<groupId>/<artifactId>/<version>
minimum requirement (type defaults to jar, with no classifier)
maven://<groupId>/<artifactId>/<version>/<type>
optional type requirement
maven://<groupId>/<artifactId>/<version>/<type>/<classifier>
optional type and classifier requirement