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]

Reply via email to