java.lang.Object
org.commonjava.maven.plugins.execroot.ProjectRef

public class ProjectRef extends Object
The Class ProjectRef.
  • Constructor Details

    • ProjectRef

      public ProjectRef()
  • Method Details

    • getGroupId

      public String getGroupId()
      Gets the group id.
      Returns:
      the group id
    • setGroupId

      public void setGroupId(String groupId)
      Sets the group id.
      Parameters:
      groupId - the new group id
    • getArtifactId

      public String getArtifactId()
      Gets the artifact id.
      Returns:
      the artifact id
    • setArtifactId

      public void setArtifactId(String artifactId)
      Sets the artifact id.
      Parameters:
      artifactId - the new artifact id
    • validate

      public void validate() throws org.apache.maven.plugin.MojoExecutionException
      Validate.
      Throws:
      org.apache.maven.plugin.MojoExecutionException - the mojo execution exception
    • matches

      public boolean matches(org.apache.maven.project.MavenProject project)
      Matches.
      Parameters:
      project - the project
      Returns:
      true, if successful
    • toString

      public String toString()
      Overrides:
      toString in class Object