Repository: incubator-tamaya Updated Branches: refs/heads/master 6ad58f0b9 -> 7d38f8a96
Never try to run unit tests for the build configuration module. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/7d38f8a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/7d38f8a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/7d38f8a9 Branch: refs/heads/master Commit: 7d38f8a96d24d02feb73e9deb2acd49dda11058c Parents: 6ad58f0 Author: Oliver B. Fischer <[email protected]> Authored: Sun Feb 1 23:06:38 2015 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Sun Feb 1 23:06:38 2015 +0100 ---------------------------------------------------------------------- buildconfigurations/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7d38f8a9/buildconfigurations/pom.xml ---------------------------------------------------------------------- diff --git a/buildconfigurations/pom.xml b/buildconfigurations/pom.xml index b5a5c2b..c0574ea 100644 --- a/buildconfigurations/pom.xml +++ b/buildconfigurations/pom.xml @@ -32,5 +32,9 @@ under the License. <name>Apache Tamaya Build Configuration</name> <inceptionYear>2015</inceptionYear> + + <properties> + <skipTests>true</skipTests> + </properties> </project> \ No newline at end of file
