From 762751ec10d90b904246624b0a7a2bbd2b97cee2 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 15 Jul 2012 16:47:36 +0200 Subject: [PATCH] create tests jar for mercurial tests --- scm-plugins/scm-hg-plugin/pom.xml | 21 +++++++++++++++++++++ scm-webapp/pom.xml | 8 ++++++++ 2 files changed, 29 insertions(+) diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml index fb7bd6f299..088e9f4040 100644 --- a/scm-plugins/scm-hg-plugin/pom.xml +++ b/scm-plugins/scm-hg-plugin/pom.xml @@ -42,6 +42,27 @@ + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + test-jar + + + + + + + + diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 068ec4997a..dafd5673c5 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -239,6 +239,14 @@ test + + sonia.scm.plugins + scm-hg-plugin + 1.18-SNAPSHOT + tests + test + + org.seleniumhq.selenium selenium-java