org.apache.maven.artifact.repository.layout
public class MavenJPackageDepmap extends Object
Method Summary | |
---|---|
static MavenJPackageDepmap | getInstance() |
Hashtable | getMappedInfo(Hashtable mavenDep) |
Hashtable | getMappedInfo(String groupId, String artifactId, String version) |
boolean | shouldEliminate(String groupId, String artifactId, String version)
Returns whether or not the given dependency should be dropped. |