You can configure used goals with this :
http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html#goals

2009/12/10 Jim Collings <jlistn...@gmail.com>:
> The objective is to prevent maven's attempt at site deployment.
> Everything else, though, I want. Problem is that when I use the xml
> below, it ONLY installs.
>
> So I added goals with install:
>
> <plugin>
>                <groupId>org.apache.maven.plugins</groupId>
>                <artifactId>maven-release-plugin</artifactId>
>                <version>...someversion...</version>
>                <configuration>
>                    <connectionUrl>...appropriate connection
> stuff...</connectionUrl>
>                    <tagBase>...appropriate connection stuff...</tagBase>
>                    <goals>
>                    install
>                    </goals>
>                </configuration>
>  </plugin>
>
>
> Clue?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>



-- 
Olivier

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

Reply via email to