]> source.dussan.org Git - aspectj.git/commit
Deactivate test run in 'run-all-unit-tests' module by default
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 22 Mar 2021 19:22:08 +0000 (02:22 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Tue, 23 Mar 2021 10:03:16 +0000 (17:03 +0700)
commitacdf4ffd9d4c6ee0b8d8595a112c5331974e08cb
tree3c4f3e56df762c52128affe6181bc07fd4790be6
parenteac253e74682f126147f1c80ed818e171feea22d
Deactivate test run in 'run-all-unit-tests' module by default

There is a new Maven profile 'repeat-all-unit-tests', and the name
already implies what a comment in the Maven module explains like this:
ATTENTION: This profile is inactive by default, because when active and
running a full reactor build, it makes almost all tests run 2x, doubling
the build time without any added value. This Maven module only exists
for convenience: As a developer, your IDE can detect and run
'RunTheseBeforeYouCommitTests'. That way, you do not have to use Maven
and get the test results reported within the IDE's JUnit user interface.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
run-all-junit-tests/pom.xml