Package org.apache.maven.model
Class Prerequisites
java.lang.Object
org.apache.maven.model.Prerequisites
- All Implemented Interfaces:
Serializable
Describes the prerequisites a project can have.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maven
The minimum version of Maven required to build the project, or to use this plugin.
-
-
Constructor Details
-
Prerequisites
public Prerequisites()
-
-
Method Details
-
getMaven
Get the minimum version of Maven required to build the project, or to use this plugin.- Returns:
- String
-
setMaven
Set the minimum version of Maven required to build the project, or to use this plugin.- Parameters:
maven
- a maven object.
-