You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -162,13 +162,12 @@ View Reports in SonarQube web ui:
162
162
163
163
### Dependency vulnerability scan
164
164
165
-
Owasp dependency check plugin is configured. Run `./mvnw dependency-check:check` to run scan and
165
+
Owasp dependency check plugin is configured. Run `mvn dependency-check:check` to run scan and
166
166
open `dependency-check-report.html` from target to see the report.
167
167
168
168
169
-
## Run Tests Faster using Maven Daemon + parallel run
170
-
171
-
`mvnd test -Dparallel=all -DperCoreThreadCount=false -DthreadCount=4 -o`
169
+
## Run Tests Faster by using parallel maven build
170
+
`mvn -T 5 clean package`
172
171
173
172
174
173
Once the application starts, open `http://localhost:8081` on your browser. The default username/passwords are listed on : gt.app.Application.initData, which are:
0 commit comments