From: n.hoffmann Date: Thu, 1 Sep 2011 10:44:17 +0000 (+0000) Subject: updated maven site to reflect change in dependeny management X-Git-Tag: 3.6.0~1184 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/d9ee5eabe80655bab4f114475a92181cd303c870 updated maven site to reflect change in dependeny management --- diff --git a/pom.xml b/pom.xml index c65a5bd4b..2268b7f71 100644 --- a/pom.xml +++ b/pom.xml @@ -256,7 +256,7 @@ org.codehaus.mojo wagon-maven-plugin - @@ -319,32 +319,32 @@ - - org.apache.maven.wagon - wagon-scm - 1.0-alpha-5 - - - org.apache.maven.wagon - wagon-ssh - 1.0-beta-7 - - - org.apache.maven.scm - maven-scm-manager-plexus - 1.0 - - - org.apache.maven.scm - maven-scm-provider-svnexe - 1.0 - - - - org.apache.maven.wagon - wagon-webdav - 1.0-beta-2 - + + org.apache.maven.wagon + wagon-scm + 1.0-alpha-5 + + + org.apache.maven.wagon + wagon-ssh + 1.0-beta-7 + + + org.apache.maven.scm + maven-scm-manager-plexus + 1.0 + + + org.apache.maven.scm + maven-scm-provider-svnexe + 1.0 + + + + org.apache.maven.wagon + wagon-webdav + 1.0-beta-2 + diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt index 17ecd1a5d..6bd8b2fab 100644 --- a/src/site/apt/getting-started.apt +++ b/src/site/apt/getting-started.apt @@ -31,26 +31,40 @@ $ svn co http://dev.e-taxonomy.eu/svn/trunk/taxeditor * Setting up eclipse - The Taxonomic Editor uses maven for convenient configuration and automation of common tasks, such as setting up eclipse. - ---- -$ cd taxeditor/ -$ mvn eclipse:eclipse ---- - - This will take some time, as maven will download the required dependencies and configure the projects. After maven has finished follow these steps: - * Start up eclipse (make sure you have the required version installed) and open a workspace. * Open up the Import Wizard via Import...> from the menu * Choose Existing projects into Workspace > and click next. - * Check and browse to the <<>> directory. After confirming the directory selection dialog, the list should contain a number of projects all starting with + <<>> which should be checked for import. + + * Click and finish the wizard. - The package exporer should show a bunch of projects. To get rid of the errors, you have to update the classpaths of all plugin projects. To do this right-click any of the projects and choose Update Classpath...>. Click in the dialog and confirm. After a rebuild of your entire workspace all errors should be gone and you are ready to go. * Bundle overview @@ -90,9 +104,9 @@ $ mvn eclipse:eclipse A feature containing all dependencies for the eclipse platform. -** +** - A feature configuring the standalone application and bundling all plugins and dependencies. + The product configuration for the standalone application. ** @@ -102,7 +116,7 @@ $ mvn eclipse:eclipse To start the Taxonomic Editor from your newly created development environment you need to create a launch configuration. - * Expand and open <<>> + * Expand and open <<>> * In the section (down left) click on