Package | Description |
---|---|
aQute.bnd.maven.support |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.net.URI,CachedPom> |
MavenEntry.poms |
Modifier and Type | Method and Description |
---|---|
private CachedPom |
MavenEntry.createPom(java.net.URI url)
Help function to create the POM and record its source.
|
CachedPom |
Maven.getPom(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.net.URI... extra) |
CachedPom |
MavenEntry.getPom(java.net.URI[] urls)
This is the method to get the POM for a cached entry.
|