From: Cherian Mathew Date: Thu, 17 Jan 2013 17:34:36 +0000 (+0000) Subject: added profile for local m2 repository which will be activated only when the variable... X-Git-Tag: 3.6.0~1001 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/dc9cfeecc54bd40e07b82a88b4683f7f385b9cb5 added profile for local m2 repository which will be activated only when the variable localrepo is set on the command line. e.g. mvn validate -Dlocalrepo=/home/cmathew/.m2/repository --- diff --git a/pom.xml b/pom.xml index f2d25c08e..05b682cc2 100644 --- a/pom.xml +++ b/pom.xml @@ -105,6 +105,30 @@ http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/ + + + local-repository + + + localrepo + + + + + EditLocalRepository + file://${localrepo}/eu/etaxonomy/ + + false + always + + + true + always + + + + +