org.apache.maven.plugin.version
Interface PluginVersionResult


public interface PluginVersionResult

Describes the result of a plugin version resolution request.

Since:
3.0
Author:
Benjamin Bentmann

Method Summary
 ArtifactRepository getRepository()
          The repository from which the plugin version was resolved.
 String getVersion()
          The resolved plugin version.
 

Method Detail

getVersion

String getVersion()
The resolved plugin version.

Returns:
The resolved plugin version, never null.

getRepository

ArtifactRepository getRepository()
The repository from which the plugin version was resolved.

Returns:
The repository from which the plugin version was resolved, never null.


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.