Beispiel #1
0
 /**
  * Returns the ID of the artifact created by this module or project
  *
  * @return a non-blank ID
  */
 public String getArtifactId() {
   return gav.getArtifactId();
 }