John, you are such an angel. Your work on this fix is fully appreciated.
-D On 12/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: jdcasey > Date: Tue Dec 6 08:56:02 2005 > New Revision: 354475 > > URL: http://svn.apache.org/viewcvs?rev=354475&view=rev > Log: > Removing prerequisite phase execution: install. Will clean up it2002 in a > bit. > > Modified: > > maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java > > Modified: > maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java > URL: > http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java?rev=354475&r1=354474&r2=354475&view=diff > > ============================================================================== > --- > maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java > (original) > +++ > maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java > Tue Dec 6 08:56:02 2005 > @@ -66,9 +66,6 @@ > > /** > * Prepare for a release in SCM. > - * <br/> > - * NOTE: This will cause the 'install' phase to be executed...if we > cannot > - * at least install the project, we shouldn't start the release process. > * > * @author <a href="mailto:[EMAIL PROTECTED]">John Casey</a> > * @author <a href="mailto:[EMAIL PROTECTED]">Emmanuel Venisse</a> > @@ -76,7 +73,6 @@ > * @version $Id$ > * @aggregator > * @goal prepare > - * @execute phase="install" > * @requiresDependencyResolution test > * @todo check how this works with version ranges > */ > > >
