Skip to content

Commit

Permalink
POM: warning/advice about overriding failsafe/surefire.args with sqale
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Oct 5, 2021
1 parent ec3f993 commit 92ec6e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
runs just under 900 tests, skips distribution and any common unit/IT tests (~1h50m):
mvn clean install -P extratest,-dist -Dsurefire.args="-Xmx8g" -Dfailsafe.args="-Xmx8g -Duser.language=en"
(Skipping of default tests is managed by "extratest" profile.)
WARNING!!! Overriding failsafe/surefire.args when using "sqale" profile (new repository)
effectively disables another improtant JVM argument for tests which must be added to mvn
command line explicitly: -Dtest.config.file=test-config-new-repo.xml
Extra test run for a single module, -D property matches the module in -pl:
mvn clean install -DskipConnTests=false -pl testing/conntest
Expand Down

0 comments on commit 92ec6e8

Please sign in to comment.