attempt to turn off tests when releasing
Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/b60ffd34 Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/b60ffd34 Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/b60ffd34 Branch: refs/heads/master Commit: b60ffd34228e0061a6139de60c963c601f8321eb Parents: 23ebca6 Author: randgalt <[email protected]> Authored: Fri Mar 29 13:44:31 2013 -0700 Committer: randgalt <[email protected]> Committed: Fri Mar 29 13:44:31 2013 -0700 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/b60ffd34/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0a289c4..ff2065f 100644 --- a/pom.xml +++ b/pom.xml @@ -437,6 +437,15 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.4.1</version> + <configuration> + <arguments>-Dmaven.test.skip=true</arguments> + </configuration> + </plugin> </plugins> </build> </project>
