From 5bbc1021a7f1b531b99f9ca844083fc4c9f5c1e2 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Mon, 15 Dec 2008 22:18:11 +0000 Subject: [PATCH] o Added a unit test to smoke check the settings.xml shipped with the distro (it shouldn't need a full blown IT to detect things like XML syntax errors...) git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726845 13f79535-47bb-0310-9956-ffa450edef68 --- maven-distribution/pom.xml | 15 +++++ .../maven/settings/GlobalSettingsTest.java | 60 +++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 maven-distribution/src/test/java/org/apache/maven/settings/GlobalSettingsTest.java diff --git a/maven-distribution/pom.xml b/maven-distribution/pom.xml index 9757616607..051a1b2f2d 100644 --- a/maven-distribution/pom.xml +++ b/maven-distribution/pom.xml @@ -75,6 +75,21 @@ easymock + + + + maven-surefire-plugin + + + + basedir + ${basedir} + + + + + +