Class ProjectRef
java.lang.Object
org.commonjava.maven.plugins.execroot.ProjectRef
The Class ProjectRef.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the artifact id.Gets the group id.booleanmatches(org.apache.maven.project.MavenProject project) Matches.voidsetArtifactId(String artifactId) Sets the artifact id.voidsetGroupId(String groupId) Sets the group id.toString()voidvalidate()Validate.
- 
Constructor Details- 
ProjectRefpublic ProjectRef()
 
- 
- 
Method Details- 
getGroupIdGets the group id.- Returns:
- the group id
 
- 
setGroupIdSets the group id.- Parameters:
- groupId- the new group id
 
- 
getArtifactIdGets the artifact id.- Returns:
- the artifact id
 
- 
setArtifactIdSets the artifact id.- Parameters:
- artifactId- the new artifact id
 
- 
validatepublic void validate() throws org.apache.maven.plugin.MojoExecutionExceptionValidate.- Throws:
- org.apache.maven.plugin.MojoExecutionException- the mojo execution exception
 
- 
matchespublic boolean matches(org.apache.maven.project.MavenProject project) Matches.- Parameters:
- project- the project
- Returns:
- true, if successful
 
- 
toString
 
-