org.apache.maven.model.Prerequisites Maven / Gradle / Ivy
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.8.3,
// 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 -/
//--------------------------/
/**
*
* For a plugin project, the minimum version of
* Maven required to use
* the resulting plugin.
* For specifying the minimum version of Maven
* required to build a
* project, this element is deprecated. Use
* the Maven Enforcer
* Plugin's requireMavenVersion
* rule instead.
*
*
*/
private String maven = "2.0";
/**
* Field locations.
*/
private java.util.Map
© 2015 - 2024 Weber Informatics LLC | Privacy Policy