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 67b73a9 Updated old instructions to use Eclipse
67b73a9 is described below
commit 67b73a90de093705f23b7ac7a3257fa8844d4a91
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sat Jun 27 19:54:10 2020 +0200
Updated old instructions to use Eclipse
---
content/atom.xml | 2 +-
content/contribute/ides.html | 7 +------
content/index.html | 2 +-
content/start/quickstart.html | 6 ++----
4 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/content/atom.xml b/content/atom.xml
index 682dd1f..57bbcd1 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
<title>Apache Wicket</title>
<link href="http://wicket.apache.org/atom.xml" rel="self"/>
<link href="http://wicket.apache.org/"/>
- <updated>2020-06-26T12:49:44+02:00</updated>
+ <updated>2020-06-26T18:58:56+02:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
diff --git a/content/contribute/ides.html b/content/contribute/ides.html
index 54c4c12..bd8e224 100644
--- a/content/contribute/ides.html
+++ b/content/contribute/ides.html
@@ -134,7 +134,7 @@ by their respective development teams.</p>
<h3 id="eclipse">Eclipse</h3>
-<p>Eclipse offers a good support for Maven based projects with <a
href="http://www.eclipse.org/m2e/">plugin M2Eclipse</a>. Once installed you can
go to ‘Import…->Existing Maven Projects’ and import one or more Maven
projects into your workspace.</p>
+<p>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.</p>
<p>Alternatively, you can generate an Eclipse project typing the following
command on project’s root:</p>
@@ -142,11 +142,6 @@ by their respective development teams.</p>
<p>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.</p>
-<p>If not already present the <code class="language-plaintext
highlighter-rouge">M2_REPO</code> classpath variable has to point to your local
Maven repository.
-The repository is typically found in <code class="language-plaintext
highlighter-rouge">C:\Documents and Settings\<username>\.m2\repo</code>
or (for unix buffs) <code class="language-plaintext
highlighter-rouge">~/.m2/repo</code>. It can be set within Eclipse
(Preferences->Java->Build Path->Classpath Variables) or with the help
of Maven:</p>
-
-<figure class="highlight"><pre><code class="language-console"
data-lang="console"><span class="gp">mvn
-Declipse.workspace=<path-to-eclipse-workspace></span><span class="w">
</span>eclipse:add-maven-repo</code></pre></figure>
-
<p>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:</p>
<figure class="highlight"><pre><code class="language-console"
data-lang="console"><span
class="gp"><path-to-eclipse-workspace></span>/wicket-core/EclipseCodeFormat.xml</code></pre></figure>
diff --git a/content/index.html b/content/index.html
index f4e59ff..df2b0ca 100644
--- a/content/index.html
+++ b/content/index.html
@@ -172,7 +172,7 @@
<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/content/start/quickstart.html b/content/start/quickstart.html
index 328e8dd..2f7d78b 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -317,10 +317,8 @@ the Quick Start wizard.</p>
<h3 id="eclipse">Eclipse</h3>
-<p>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
+<p>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.</p>
<h3 id="intellij-idea">IntelliJ IDEA</h3>