public class Plugin extends Object
| Constructor and Description |
|---|
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.maven.model.Dependency> |
getAdditionalDependencies() |
String |
getArtifactId() |
String |
getGroupId() |
void |
setAdditionalDependencies(List<org.apache.maven.model.Dependency> dependencies) |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
String |
toString() |
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public List<org.apache.maven.model.Dependency> getAdditionalDependencies()
public void setAdditionalDependencies(List<org.apache.maven.model.Dependency> dependencies)
Copyright © 2024 MuleSoft Inc. All rights reserved.