Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 220a0353c -> 8a3a9aca8
ACCUMULO-2740 Skip findbugs during release:perform It would have already run during release:prepare and adds no value to the deployment task. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8a3a9aca Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8a3a9aca Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8a3a9aca Branch: refs/heads/1.6.0-SNAPSHOT Commit: 8a3a9aca8dc04856eafb3f9efd794208f1a60ea5 Parents: 220a035 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Tue Apr 29 13:09:06 2014 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Tue Apr 29 13:09:06 2014 -0400 ---------------------------------------------------------------------- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/8a3a9aca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a6aaccd..2f46cae 100644 --- a/pom.xml +++ b/pom.xml @@ -568,7 +568,7 @@ <goals>clean deploy</goals> <preparationGoals>clean verify</preparationGoals> <tagNameFormat>@{project.version}</tagNameFormat> - <releaseProfiles>seal-jars</releaseProfiles> + <releaseProfiles>seal-jars,skip-findbugs</releaseProfiles> <useReleaseProfile>false</useReleaseProfile> <pushChanges>false</pushChanges> <localCheckout>true</localCheckout> @@ -1025,6 +1025,14 @@ </properties> </profile> <profile> + <!-- Skip findbugs executing when the + apache-release profile is activated. --> + <id>skip-findbugs</id> + <properties> + <findbugs.skip>true</findbugs.skip> + </properties> + </profile> + <profile> <!-- Minimal testing profile. (a.k.a. SunnyDay) --> <id>sunny</id> <properties>