Repository: sentry Updated Branches: refs/heads/master 60a05f618 -> 322c281af
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/322c281a Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/322c281a Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/322c281a Branch: refs/heads/master Commit: 322c281afedefcdd7b0c5dbad19782f140c30454 Parents: 60a05f6 Author: hahao <[email protected]> Authored: Thu Feb 16 22:19:31 2017 -0800 Committer: hahao <[email protected]> Committed: Thu Feb 16 22:19:31 2017 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/322c281a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b27197d..330c973 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> <build.helper.maven.plugin.version>1.8</build.helper.maven.plugin.version>
