@Deprecated public class LocalMavenDependency extends Object implements MavenDependency
To determine the location of the local repository, it first checks the 'localRepository' system property, then looks at your ~/.m2/settings.xml to see if a localRepository is set. If not, it defaults to ~/.m2/repository.
| Constructor and Description |
|---|
LocalMavenDependency(String groupId,
String artifactId,
String version,
String packaging)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Deprecated.
Returns a file representing the dependency in the local repository, using the conventions of a Maven 2
repository.
|
String |
toString()
Deprecated.
|
public File getFile()
getFile in interface MavenDependencypublic String toString()
toString in interface MavenDependencytoString in class ObjectCopyright © 2003–2017 Atlassian. All rights reserved.