public class Transformation extends AbstractUserConfiguration
Modifier and Type | Field and Description |
---|---|
protected String |
plugin
The fully-qualified name of the plugin type.
|
artifactId, groupId, version
Constructor and Description |
---|
Transformation() |
Modifier and Type | Method and Description |
---|---|
String |
getPlugin()
Returns the plugin type name.
|
String |
getRawPlugin()
Returns the plugin name or
null if it is not set. |
asCoordinate, getArtifactId, getGroupId, getVersion
protected String plugin
public String getPlugin() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
- If the plugin name was not specified or is empty.public String getRawPlugin()
null
if it is not set.Copyright © 2014–2017. All rights reserved.