File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,29 @@ dependencies {
152
152
This project is licensed under the Apache 2.0 License
153
153
154
154
155
+ ## Development
156
+
157
+ ### some useful mvn command lines
158
+ setup as or refresh the eclipse project
159
+
160
+ ```
161
+ mvn eclipse:eclipse -DdownloadSources=true
162
+ ```
163
+
164
+ run the whole core test suite (no huge tests, no libary tests)
165
+
166
+ ```
167
+ mvn test -U -P without-library-and-huge-tests -Dgpg.skip -Djava.awt.headless=true
168
+ ```
169
+
170
+ check dependencies for known security problems
171
+
172
+ ```
173
+ mvn dependency-check:check
174
+ ```
175
+
176
+
177
+
155
178
## Some insights
156
179
[ HtmlUnit at openhub] [ 5 ]
157
180
Original file line number Diff line number Diff line change 630
630
<plugin >
631
631
<groupId >org.apache.maven.plugins</groupId >
632
632
<artifactId >maven-project-info-reports-plugin</artifactId >
633
- <version >3.4.5 </version >
633
+ <version >3.5.0 </version >
634
634
</plugin >
635
635
<plugin >
636
636
<groupId >org.apache.maven.plugins</groupId >
1160
1160
<dependency >
1161
1161
<groupId >org.apache.commons</groupId >
1162
1162
<artifactId >commons-lang3</artifactId >
1163
- <version >3.13 .0</version >
1163
+ <version >3.14 .0</version >
1164
1164
</dependency >
1165
1165
<dependency >
1166
1166
<groupId >org.apache.commons</groupId >
You can’t perform that action at this time.
0 commit comments