All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aQute.maven.dto.PrerequisitesDTO Maven / Gradle / Ivy

The newest version!
package aQute.maven.dto;

import aQute.bnd.util.dto.DTO;
import aQute.bnd.version.MavenVersion;

/**
 * Describes the prerequisites a project can have.
 */
public class PrerequisitesDTO extends DTO {

	/**
	 * 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. */ public MavenVersion maven = MavenVersion.parseString("2.0"); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy