public class Prerequisites
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
maven
The minimum version of Maven required to build the project,
or to use this
plugin.
|
| Constructor and Description |
|---|
Prerequisites() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMaven()
Get the minimum version of Maven required to build the
project, or to use this
plugin.
|
void |
setMaven(java.lang.String maven)
Set the minimum version of Maven required to build the
project, or to use this
plugin.
|
private java.lang.String maven
public java.lang.String getMaven()
public void setMaven(java.lang.String maven)
maven -