Example usage for org.apache.maven.project.artifact PluginArtifact getGroupId

List of usage examples for org.apache.maven.project.artifact PluginArtifact getGroupId

Introduction

In this page you can find the example usage for org.apache.maven.project.artifact PluginArtifact getGroupId.

Prototype

public String getGroupId() 

Source Link

Usage

From source file:org.jboss.errai.forge.util.VersionFacet.java

License:Apache License

/**
 * @see #resolveVersion(String, String)//from ww  w.  ja  v a2s. co  m
 */
public String resolveVersion(PluginArtifact plugin) {
    return resolveVersion(plugin.getGroupId(), plugin.getArtifactId());
}