From 791dd8e8fb255948d58240514644cbd4b344e576 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Wed, 15 Dec 2010 11:58:50 +0000 Subject: [PATCH] rename Java integration tests with pattern *IT.java --- .../{src/it => }/integration-tests-backup.xml | 0 tests/integration/tests/pom.xml | 29 ++----------------- .../sonar/tests/integration/VariationsIT.java | 23 +++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) rename tests/integration/tests/{src/it => }/integration-tests-backup.xml (100%) create mode 100644 tests/integration/tests/src/it/java/org/sonar/tests/integration/VariationsIT.java diff --git a/tests/integration/tests/src/it/integration-tests-backup.xml b/tests/integration/tests/integration-tests-backup.xml similarity index 100% rename from tests/integration/tests/src/it/integration-tests-backup.xml rename to tests/integration/tests/integration-tests-backup.xml diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index fbad8a117e5..f79a7b2c7f3 100644 --- a/tests/integration/tests/pom.xml +++ b/tests/integration/tests/pom.xml @@ -16,13 +16,6 @@ - ${basedir}/src/it/java - - - ${basedir}/src/it/resources - - - org.codehaus.sonar @@ -33,8 +26,8 @@ pre-integration-test true - ${basedir}/target/extensions - ${basedir}/src/it/integration-tests-backup.xml + ${project.basedir}/target/extensions + ${project.basedir}/integration-tests-backup.xml true @@ -45,7 +38,7 @@ analyze-projects pre-integration-test - ${basedir}/maven-projects + ${project.basedir}/maven-projects analyze @@ -118,11 +111,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.6 - - **/*.java - sonar.url @@ -188,16 +177,6 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - @@ -217,11 +196,9 @@ sonar-it-reference-plugin ${project.version} - junit junit - 4.7 org.codehaus.sonar diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/VariationsIT.java b/tests/integration/tests/src/it/java/org/sonar/tests/integration/VariationsIT.java new file mode 100644 index 00000000000..20307d6367a --- /dev/null +++ b/tests/integration/tests/src/it/java/org/sonar/tests/integration/VariationsIT.java @@ -0,0 +1,23 @@ +/* + * Sonar, open source software quality management tool. + * Copyright (C) 2009 SonarSource SA + * mailto:contact AT sonarsource DOT com + * + * Sonar is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * Sonar is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Sonar; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 + */ +package org.sonar.tests.integration; + +public class VariationsIT { +} -- 2.39.5