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

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

There is a newer version: 7.1.0
Show newest version
package aQute.maven.dto;

import aQute.bnd.util.dto.DTO;

/**
 * Section for management of default plugin information for use in a group of
 * POMs.
 */
public class PluginManagementDTO extends DTO {

	/**
	 * The list of plugins to use.
	 */

	public PluginDTO[] plugins;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy