org.apache.maven.model.Prerequisites Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-model Show documentation
Show all versions of maven-model Show documentation
Model for Maven POM (Project Object Model)
The newest version!
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.7,
// any modifications will be overwritten.
// ==============================================================
package org.apache.maven.model;
/**
* Describes the prerequisites a project can have.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class Prerequisites
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* The minimum version of Maven required to build the project,
* or to use this
* plugin.
*/
private String maven = "2.0";
/**
* Field locations.
*/
private java.util.Map