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

org.apache.maven.plugin.resources.remote.Supplement Maven / Gradle / Ivy

Go to download

Process resources packaged in JARs that have been deployed to a remote repository. The primary use case being satisfied is the consistent inclusion of common resources in a large set of projects. Maven projects at Apache use this plug-in to satisfy licensing requirements at Apache where each project must include license and notice files for each release.

The newest version!
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 2.4.0,
// any modifications will be overwritten.
// ==============================================================

package org.apache.maven.plugin.resources.remote;

/**
 * A single supplement.
 * 
 * @version $Revision$ $Date$
 */
@SuppressWarnings( "all" )
public class Supplement
    implements java.io.Serializable
{

      //--------------------------/
     //- Class/Member Variables -/
    //--------------------------/

    /**
     * Snippets of POM xml files used to supplement the data model.
     */
    private Object project;


      //-----------/
     //- Methods -/
    //-----------/

    /**
     * Get snippets of POM xml files used to supplement the data
     * model.
     * 
     * @return Object
     */
    public Object getProject()
    {
        return this.project;
    } //-- Object getProject()

    /**
     * Set snippets of POM xml files used to supplement the data
     * model.
     * 
     * @param project a project object.
     */
    public void setProject( Object project )
    {
        this.project = project;
    } //-- void setProject( Object )

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy