File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -252,24 +252,10 @@ This project is licensed under the Apache 2.0 License
252
252
253
253
## Development
254
254
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 )
257
258
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
- ```
273
259
274
260
275
261
## Some insights
You can’t perform that action at this time.
0 commit comments