Repository: sentry Updated Branches: refs/heads/sentry-ha-redesign dc03ed502 -> 8da7208e7
SENTRY-1633: Disable mvn failIfNotTest flag (Lei (Eddy) Xu, Reviewed by: Hao Hao) Change-Id: Ia43da78a1b5db4e979f0f08f957bb012257935ed Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/8da7208e Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/8da7208e Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/8da7208e Branch: refs/heads/sentry-ha-redesign Commit: 8da7208e79f49ddf941bca2022709cc313dcb885 Parents: dc03ed5 Author: hahao <[email protected]> Authored: Thu Feb 16 22:19:31 2017 -0800 Committer: hahao <[email protected]> Committed: Thu Feb 16 22:21:03 2017 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/8da7208e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b9282e7..0d89bee 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,7 @@ limitations under the License. <buildtools.dir>${basedir}/build-tools</buildtools.dir> <maven.compile.source>1.7</maven.compile.source> <maven.compile.target>1.7</maven.compile.target> + <failIfNoTests>false</failIfNoTests> <!-- versions are in alphabetical order --> <ant.contrib.version>1.0b3</ant.contrib.version> <bonecp.version>0.7.1.RELEASE</bonecp.version>
