File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments