Skip to content

Commit 542fc37

Browse files
committed
more docu
1 parent 88e1382 commit 542fc37

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,14 @@ Checkout these pages on our website for detailed hints about starting with the d
286286

287287
## Development Tools
288288

289-
Special thanks to
289+
Special thanks to:
290290

291291
<a href="https://www.jetbrains.com/community/opensource/"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg" alt="JetBrains" width="42"></a>
292292
<a href="https://www.jetbrains.com/idea/"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/IntelliJ_IDEA_icon.svg" alt="IntelliJ IDEA" width="42"></a>
293293
**[JetBrains](https://www.jetbrains.com/)** for providing IntelliJ IDEA under their [open source development license](https://www.jetbrains.com/community/opensource/) and
294294

295+
<a href="https://www.eclipse.org/"><img src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg" alt="Eclipse Foundation" width="80"></a>
296+
Eclipse Foundation for their Eclipse IDE
295297

296-
<a href="https://www.syntevo.com/smartgit/"><img src="https://www.syntevo.com/assets/images/logos/smartgit-8c1aa1e2.svg" alt="SmartGit" width="42"></a>
298+
<a href="https://www.syntevo.com/smartgit/"><img src="https://www.syntevo.com/assets/images/logos/smartgit-8c1aa1e2.svg" alt="SmartGit" width="54"></a>
297299
to **[Syntevo](https://www.syntevo.com/)** for their excellent [SmartGit](https://www.smartgit.dev/)!

src/site/xdoc/development.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,24 @@ mvn eclipse:eclipse -DdownloadSources=true
6161
</subsection>
6262

6363
<subsection name="IntelliJ IDEA Project">
64-
ToDo
64+
<p>
65+
IntelliJ IDEA has built-in Maven support and can directly import the HtmlUnit project.
66+
</p>
67+
68+
<subsection name="Import Project into IntelliJ IDEA">
69+
<ol>
70+
<li>Open IntelliJ IDEA</li>
71+
<li>Select <code>File → Open</code></li>
72+
<li>Navigate to the cloned HtmlUnit directory</li>
73+
<li>Select the <code>pom.xml</code> file and click <code>Open</code></li>
74+
<li>Choose <code>Open as Project</code> when prompted</li>
75+
<li>IntelliJ will automatically detect the Maven project and import it</li>
76+
</ol>
77+
<p>
78+
IntelliJ IDEA will automatically download dependencies and set up the project structure.
79+
</p>
80+
</subsection>
81+
6582
</subsection>
6683

6784
<subsection name="Running the Tests from Maven">

0 commit comments

Comments
 (0)