I have been trying to compile the 2.0 release plugin and I am having a 
problem with building the ReleaseDescriptor class from the model.
It seems to build a class but there are parts missing.  I have errors like

ReleaseDescriptor.ORIGINAL_VERSION cannot be resolved
ReleaseDescriptor.RELEASE_KEY cannot be resolved
ReleaseDescriptor.DEVELOPMENT_KEY cannot be resolved

I looked at the class in target/generated-sources/modello and all I have 
is the following.

/*
 =================== DO NOT EDIT THIS FILE ====================
 Generated by Modello 1.1 on 2010-06-25 09:18:32,
 any modifications will be overwritten.
 ==============================================================
 */

package org.apache.maven.shared.release.config;

/**
 * Class ReleaseDescriptor.
 * 
 * @version $Revision$ $Date$
 */
public class ReleaseDescriptor
    implements java.io.Serializable
{

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

    /**
     * Field modelEncoding.
     */
    private String modelEncoding = "UTF-8";


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

    /**
     * Get the modelEncoding field.
     * 
     * @return String
     */
    public String getModelEncoding()
    {
        return this.modelEncoding;
    } //-- String getModelEncoding()

    /**
     * Set the modelEncoding field.
     * 
     * @param modelEncoding
     */
    public void setModelEncoding( String modelEncoding )
    {
        this.modelEncoding = modelEncoding;
    } //-- void setModelEncoding( String )

}

Tim McGinnis
717 720-1962
Web Development
AES/PHEAA
==============================================================================
This message contains privileged and confidential information intended for the 
above addressees only.  If you
receive this message in error please delete or destroy this message and/or 
attachments.  

The sender of this message will fully cooperate in the civil and criminal 
prosecution of any individual engaging
in the unauthorized use of this message.
==============================================================================

Reply via email to