Class FeatureSetsDependenciesMojo.DependencyMapping

java.lang.Object
org.glassfish.build.FeatureSetsDependenciesMojo.DependencyMapping
Enclosing class:
FeatureSetsDependenciesMojo

public static class FeatureSetsDependenciesMojo.DependencyMapping extends Object
Configuration of dependency mapping to name. This allows customizing names of dependencies unpacked.
  • Field Details

    • groupId

      private String groupId
      The groupId of the dependency.
    • artifactId

      private String artifactId
      The artifacTId of the dependency.
    • name

      private String name
      The mapped name of the dependency.
  • Constructor Details

    • DependencyMapping

      public DependencyMapping()
  • Method Details

    • setArtifactId

      public void setArtifactId(String depArtifactId)
      Set the artifactId of the dependency.
      Parameters:
      depArtifactId - the artifactId
    • getArtifactId

      public String getArtifactId()
      Get the artifactId of the dependency.
      Returns:
      the artifactId
    • setGroupId

      public void setGroupId(String depGroupId)
      Set the groupId of the dependency.
      Parameters:
      depGroupId - the groupId
    • getGroupId

      public String getGroupId()
      Get the groupId of the dependency.
      Returns:
      the groupId
    • setName

      public void setName(String depName)
      Set the mapped name of the dependency.
      Parameters:
      depName - the mapped name
    • getName

      public String getName()
      Get the mapped name of the dependency.
      Returns:
      the groupId