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

org.codehaus.groovy.maven.examples.install.InstallMojo Maven / Gradle / Ivy

//
// Generated stub from file:/Users/jason/ws/groovy/gmaven-svn-1.4/target/checkout/gmaven-examples/install-maven-plugin/src/main/groovy/org/codehaus/groovy/maven/examples/install/InstallMojo.groovy
//

package org.codehaus.groovy.maven.examples.install;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import org.apache.maven.project.MavenProject;
import org.apache.maven.project.artifact.ProjectArtifactMetadata;

/**
 * Installs project artifacts in local repository.
 *
 * @goal install
 * @phase install
 * @version $Id: InstallMojo.groovy 11360 2008-03-31 17:26:18Z user57 $
 */
public class InstallMojo
    extends InstallMojoSupport
{
    /**
     * Whether to update the metadata to make the artifact as release.
     *
     * @parameter expression="${updateReleaseInfo}" default-value="false"
     */
    private boolean updateReleaseInfo = false;
    public boolean getUpdateReleaseInfo() {
        throw new InternalError("Stubbed method");
    }
    public boolean isUpdateReleaseInfo() {
        throw new InternalError("Stubbed method");
    }
    public void setUpdateReleaseInfo(boolean value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * @parameter expression="${project}"
     * @required
     * @readonly
     */
    private MavenProject project = null;
    public MavenProject getProject() {
        throw new InternalError("Stubbed method");
    }
    public void setProject(MavenProject value) {
        throw new InternalError("Stubbed method");
    }

    public void execute() {
        throw new InternalError("Stubbed method");
    }

    public groovy.lang.MetaClass getMetaClass() {
        throw new InternalError("Stubbed method");
    }

    public void setMetaClass(groovy.lang.MetaClass metaClass) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getProperty(java.lang.String name) {
        throw new InternalError("Stubbed method");
    }

    public void setProperty(java.lang.String name, java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy