changed nebula update site to the stable release url
[taxeditor.git] / src / site / apt / getting-started.apt
index 67e5232cd438d76d030bf6254f9616ed1b453381..20ff5a7277aa903a964fce22d2cd98092838b6f9 100644 (file)
@@ -42,7 +42,7 @@ $ svn co http://dev.e-taxonomy.eu/svn/trunk/taxeditor
        
        * Click <Select All> to finish the wizard and import the projects into your workspace.
        
-       You should now be able to see the taaxeditor projects in your workspace.
+       You should now be able to see the taxeditor projects in your workspace.
 
        * The eclipse installation may be missing the following plugins which have to be installed via their update site:
 
@@ -50,7 +50,7 @@ $ svn co http://dev.e-taxonomy.eu/svn/trunk/taxeditor
 
                * <Modeling-\>><<Graphical Editing Framework Zest Visualization Toolkit SDK>> from update site: <http://download.eclipse.org/releases/indigo>
 
-               * <Nebula Release Individual Widgets-\>> <<Nebula CompositeTable Widget>> from update site: <http://download.eclipse.org/technology/nebula/snapshot>
+               * <Nebula Release Individual Widgets-\>> <<Nebula CompositeTable Widget>> from update site: <http://download.eclipse.org/technology/nebula/archives/Q32014/release/>
 
        * To Install the plugins use the Eclipse-Install-Wizard via <Help -\> Install new Software> and paste the URL in the <Work With> row. Click <Add> and use the Filter to find, check and install plugins.
        
@@ -70,6 +70,12 @@ $ cd taxeditor/eu.etaxonomy.taxeditor.cdmlib/
 $ 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=/home/${youUserName}/.m2/repository validate
+ ---
+
        This will take some time, as maven will download the required dependencies.
        After maven has finished follow these steps: