You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Spencer <pa...@mindspring.com> on 2006/05/23 14:40:35 UTC

[M2] Setting goals for release:perform? (REPOST)

The default goals for release:perform are "deploy" and "site:deploy".
How do I change them in the pom?

 From the command line:
    mvn release:perform -Dgoal=deploy

Paul Spencer


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [M2] Setting goals for release:perform? (REPOST)

Posted by dan tran <da...@gmail.com>.
<plugin>
  <artifactId>maven-release-plugin</artifactId>
  <configuration>
     <goals>comma separated goals</goals
  </configuration>
</plugin>


On 5/23/06, Paul Spencer <pa...@mindspring.com> wrote:
>
> The default goals for release:perform are "deploy" and "site:deploy".
> How do I change them in the pom?
>
> From the command line:
>    mvn release:perform -Dgoal=deploy
>
> Paul Spencer
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>