public interface PluginPrefixResult
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArtifactId()
The resolved artifact id for the plugin.
|
java.lang.String |
getGroupId()
The resolved group id for the plugin.
|
org.eclipse.aether.repository.ArtifactRepository |
getRepository()
The repository from which the plugin prefix was resolved.
|
java.lang.String getGroupId()
null
.java.lang.String getArtifactId()
null
.org.eclipse.aether.repository.ArtifactRepository getRepository()
null
if the prefix was resolved from
the supplied POM.