ACCUMULO-3799 Disable test-accumulo-maven-plugin during release
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6da1fb16 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6da1fb16 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6da1fb16 Branch: refs/heads/master Commit: 6da1fb162b37b858ce4ff839eb14bd1b1a0e4e2d Parents: 5e2a06d Author: Josh Elser <[email protected]> Authored: Mon May 11 19:09:41 2015 -0400 Committer: Josh Elser <[email protected]> Committed: Mon May 11 19:09:41 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/6da1fb16/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9ab40e9..5bf65e8 100644 --- a/pom.xml +++ b/pom.xml @@ -654,7 +654,7 @@ <goals>clean deploy</goals> <preparationGoals>clean verify</preparationGoals> <tagNameFormat>@{project.version}</tagNameFormat> - <releaseProfiles>apache-release,move-source-tarball,seal-jars,skip-findbugs</releaseProfiles> + <releaseProfiles>apache-release,move-source-tarball,seal-jars,skip-findbugs,!test-accumulo-maven-plugin</releaseProfiles> <useReleaseProfile>false</useReleaseProfile> <pushChanges>false</pushChanges> <localCheckout>true</localCheckout>
