I believe the only difference here is that this is a property and I am using xml but I imagine it is the same thing.
On Thu, Dec 10, 2009 at 9:50 AM, Olivier Lamy <[email protected]> wrote: > You can configure used goals with this : > http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html#goals > > 2009/12/10 Jim Collings <[email protected]>: >> 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] >> >> > > > > -- > Olivier > > --------------------------------------------------------------------- > 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]
