Skip to content

Commit 52c1e35

Browse files
committed
point to the developer docu
1 parent 5c73ef9 commit 52c1e35

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -252,24 +252,10 @@ This project is licensed under the Apache 2.0 License
252252

253253
## Development
254254

255-
### useful mvn command lines
256-
setup as or refresh the eclipse project
255+
Checkout these pages on our website for detailed hints about starting with the development:
256+
* [HtmlUnit Development](https://www.htmlunit.org/development.html)
257+
* [Coding Conventions](https://www.htmlunit.org/codingConventions.html)
257258

258-
```
259-
mvn eclipse:eclipse -DdownloadSources=true
260-
```
261-
262-
run the whole core test suite (no huge tests, no libary tests)
263-
264-
```
265-
mvn test -U -P without-library-and-huge-tests -Dgpg.skip -Djava.awt.headless=true
266-
```
267-
268-
check dependencies for known security problems
269-
270-
```
271-
mvn dependency-check:check
272-
```
273259

274260

275261
## Some insights

0 commit comments

Comments
 (0)