You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/07/28 04:15:47 UTC

directory-kerby git commit: DIRKRB-385 Add skipTests property.

Repository: directory-kerby
Updated Branches:
  refs/heads/master a16b9336d -> 01f2963c4


DIRKRB-385 Add skipTests property.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/01f2963c
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/01f2963c
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/01f2963c

Branch: refs/heads/master
Commit: 01f2963c45bcf3117abc87afc9d59c6d03e7ef75
Parents: a16b933
Author: plusplusjiajia <ji...@intel.com>
Authored: Tue Jul 28 10:20:36 2015 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Tue Jul 28 10:20:36 2015 +0800

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/01f2963c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c1d9cc6..65a47d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,7 @@
     <assertj.version>1.7.1</assertj.version>
     <findbugs.version>2.3.2</findbugs.version>
     <checkstyle.dir>${basedir}/docs</checkstyle.dir>
+    <skipTests>false</skipTests>
   </properties>
 
   <prerequisites>
@@ -139,6 +140,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.18.1</version>
           <configuration>
+            <skipTests>${skipTests}</skipTests>
             <reuseForks>false</reuseForks>
             <systemPropertyVariables>
             </systemPropertyVariables>