Package org.apache.maven.plugin.version
Interface PluginVersionResult
public interface PluginVersionResult
Describes the result of a plugin version resolution request.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.repository.ArtifactRepository
The repository from which the plugin version was resolved.The resolved plugin version.
-
Method Details
-
getVersion
String getVersion()The resolved plugin version.- Returns:
- The resolved plugin version, never
null
.
-
getRepository
org.eclipse.aether.repository.ArtifactRepository getRepository()The repository from which the plugin version was resolved.- Returns:
- The repository from which the plugin version was resolved, never
null
.
-