From: Andreas Kohlbecker Date: Fri, 11 Oct 2013 08:30:21 +0000 (+0000) Subject: adding note on using the localrepository profile X-Git-Tag: 3.6.0~946 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/2f1028cac0cd16ec0bc9e1108565037aac3086bc adding note on using the localrepository profile --- diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt index 89393c194..6edc5a1d8 100644 --- a/src/site/apt/getting-started.apt +++ b/src/site/apt/getting-started.apt @@ -73,7 +73,7 @@ $ mvn validate The maven pom.xml provides a special profile which you may want to use if you are developing the cdmlib at the same time. This profile, named <<>>, causes maven to always use the local maven repository, so the latest changes to the cdmlib which have been installed locally by <<>> will be used. In order to use this profile you would execute the validate gloal differently: --- - $ mvn -P local-repository -Dlocalrepo=~/.m2/repository validate + $ mvn -P local-repository -Dlocalrepo=/home/${youUserName}/.m2/repository validate --- This will take some time, as maven will download the required dependencies.