Skip to content

Commit eff8c3b

Browse files
committed
dep updates & docu
1 parent da401fc commit eff8c3b

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,29 @@ dependencies {
152152
This project is licensed under the Apache 2.0 License
153153

154154

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+
155178
## Some insights
156179
[HtmlUnit at openhub][5]
157180

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@
630630
<plugin>
631631
<groupId>org.apache.maven.plugins</groupId>
632632
<artifactId>maven-project-info-reports-plugin</artifactId>
633-
<version>3.4.5</version>
633+
<version>3.5.0</version>
634634
</plugin>
635635
<plugin>
636636
<groupId>org.apache.maven.plugins</groupId>
@@ -1160,7 +1160,7 @@
11601160
<dependency>
11611161
<groupId>org.apache.commons</groupId>
11621162
<artifactId>commons-lang3</artifactId>
1163-
<version>3.13.0</version>
1163+
<version>3.14.0</version>
11641164
</dependency>
11651165
<dependency>
11661166
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)