I believe its the default release profile that triggers the site
deployment stuff. There is an option for setting custom ones on the
perform mojo:

http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html#releaseProfiles


On Thu, 2009-12-10 at 09:25 -0500, Jim Collings wrote:
> 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: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to