001    //
002    // Generated stub from file:/builddir/build/BUILD/gmaven-1.3/gmaven-examples/install-maven-plugin/src/main/groovy/org/codehaus/gmaven/examples/install/InstallMojo.groovy
003    //
004    
005    package org.codehaus.gmaven.examples.install;
006    
007    import java.lang.*;
008    import java.io.*;
009    import java.net.*;
010    import java.util.*;
011    import groovy.lang.*;
012    import groovy.util.*;
013    import java.math.BigDecimal;
014    import java.math.BigInteger;
015    import org.apache.maven.project.MavenProject;
016    import org.apache.maven.project.artifact.ProjectArtifactMetadata;
017    
018    /**
019     * Installs project artifacts in local repository.
020     *
021     * @goal install
022     * @phase install
023     * @version $Id: InstallMojo.groovy 10 2009-07-16 09:23:15Z user57 $
024     */
025    public class InstallMojo
026        extends InstallMojoSupport
027        implements groovy.lang.GroovyObject
028    {
029        /**
030         * Whether to update the metadata to make the artifact as release.
031         *
032         * @parameter expression="${updateReleaseInfo}" default-value="false"
033         */
034        private boolean updateReleaseInfo = false;
035        public boolean getUpdateReleaseInfo() {
036            throw new InternalError("Stubbed method");
037        }
038        public boolean isUpdateReleaseInfo() {
039            throw new InternalError("Stubbed method");
040        }
041        public void setUpdateReleaseInfo(boolean value) {
042            throw new InternalError("Stubbed method");
043        }
044    
045        /**
046         * @parameter expression="${project}"
047         * @required
048         * @readonly
049         */
050        private MavenProject project = null;
051        public MavenProject getProject() {
052            throw new InternalError("Stubbed method");
053        }
054        public void setProject(MavenProject value) {
055            throw new InternalError("Stubbed method");
056        }
057    
058        public void execute() {
059            throw new InternalError("Stubbed method");
060        }
061    
062        public groovy.lang.MetaClass getMetaClass() {
063            throw new InternalError("Stubbed method");
064        }
065    
066        public void setMetaClass(groovy.lang.MetaClass metaClass) {
067            throw new InternalError("Stubbed method");
068        }
069    
070        public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
071            throw new InternalError("Stubbed method");
072        }
073    
074        public java.lang.Object getProperty(java.lang.String name) {
075            throw new InternalError("Stubbed method");
076        }
077    
078        public void setProperty(java.lang.String name, java.lang.Object value) {
079            throw new InternalError("Stubbed method");
080        }
081    }