This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-9
in repository https://gitbox.apache.org/repos/asf/wicket-site.git


The following commit(s) were added to refs/heads/wicket-9 by this push:
     new fd29b73  Updated Eclipse informations
fd29b73 is described below

commit fd29b73e0330bfb36acdd3e872baf6fa853674c5
Author: Andrea Del Bene <[email protected]>
AuthorDate: Fri Jun 26 16:29:35 2020 +0200

    Updated Eclipse informations
---
 contribute/ides.md  | 9 +--------
 index.md            | 2 +-
 start/quickstart.md | 6 ++----
 3 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/contribute/ides.md b/contribute/ides.md
index a833f7e..002493b 100644
--- a/contribute/ides.md
+++ b/contribute/ides.md
@@ -19,7 +19,7 @@ by their respective development teams.
 
 ### Eclipse ###
 
-Eclipse offers a good support for Maven based projects with [plugin 
M2Eclipse](http://www.eclipse.org/m2e/). Once installed you can go to 
'Import...->Existing Maven Projects' and import one or more Maven projects into 
your workspace.
+Eclipse offers a native for Maven based projects. To import a maven project 
just go to 'File...->Import...->Existing Maven Projects' and import one or more 
Maven projects into your workspace.
 
 Alternatively, you can generate an Eclipse project typing the following 
command on project's root:
 
@@ -29,13 +29,6 @@ mvn eclipse:eclipse
 
 Maven will add all the necessary JAR files to the project's classpath. Now the 
sources can be imported in Eclipse using the "Existing Projects into Workspace" 
wizard.
 
-If not already present the `M2_REPO` classpath variable has to point to your 
local Maven repository.
-The repository is typically found in `C:\Documents and 
Settings\<username>\.m2\repo` or (for unix buffs) `~/.m2/repo`. It can be set 
within Eclipse (Preferences->Java->Build Path->Classpath Variables) or with the 
help of Maven:
-
-{% highlight console %}
-mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo
-{% endhighlight %}
-
 If you want to go along with the Wicket way of code formatting you should 
import the Wicket code format profile into your workspace 
(Preferences->Java->Code Style->Formatter), found in:
 
 {% highlight console %}
diff --git a/index.md b/index.md
index 1eeabb8..ebf8d07 100644
--- a/index.md
+++ b/index.md
@@ -70,7 +70,7 @@ jumbotronLinks:
 
 <div class="l-first l-flex">
   <div class="l-half">
-    <h3>A Soft Transition to Java 11+</h3>
+    <h3>A Smooth Transition to Java 11+</h3>
     <p>
       If you come from Wicket 8 chances are you don't need any change in your 
application code to enjoy all the improvements offered by Java 11, such as 
better Docker support, improved performances, new GC algorithm available, etc...
     </p>
diff --git a/start/quickstart.md b/start/quickstart.md
index 3b6f5fa..2c0df39 100644
--- a/start/quickstart.md
+++ b/start/quickstart.md
@@ -169,10 +169,8 @@ the Quick Start wizard.
 
 ### Eclipse
 
-For Eclipse you should generate the Quick Start project within your
-workspace folder. You also need to ensure that you have m2eclipse
-installed in order to import the project. To import the project you
-select "Import existing project" from the File menu, and select the
+Eclipse has native support for Maven projects. To import the project you
+select "Import existing Maven project" from the File menu, and select the
 folder of your generated Quick Start project.
 
 ### IntelliJ IDEA

Reply via email to