adding note on using the localrepository profile
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 11 Oct 2013 08:30:21 +0000 (08:30 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 11 Oct 2013 08:30:21 +0000 (08:30 +0000)
src/site/apt/getting-started.apt

index 89393c194b1e8381ac6745a4dfac45171a19a722..6edc5a1d858915b72c516f541d68b7c47355c439 100644 (file)
@@ -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 <<<local-repository>>>, causes maven to always use the local maven repository, so the latest changes to the cdmlib which have been installed locally by <<<mvn install>>>  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.