diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-23 01:25:22 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-23 17:03:16 +0700 |
commit | eac253e74682f126147f1c80ed818e171feea22d (patch) | |
tree | f7c8f2c50c16c78aed0e055170d09f35719933a3 /pom.xml | |
parent | 37cd358d32af3fd8a1b1e09057ae007d2419282b (diff) | |
download | aspectj-eac253e74682f126147f1c80ed818e171feea22d.tar.gz aspectj-eac253e74682f126147f1c80ed818e171feea22d.zip |
Revert "Remove module 'run-all-junit-tests' from root POM -> speed up the build"
This reverts commit a1867b05ba6443d32abc4049c26b92fc226d6f78.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -37,15 +37,9 @@ <module>testing-drivers</module> <module>tests</module> <module>build</module> + <module>run-all-junit-tests</module> <module>docs</module> - <!-- - These are redundant, making almost all tests run 2x. You can still open and run the module manually for now. - But why not just run 'mvn test' on top level? - TODO: After feedback from Andy Clement, probably just remove the whole module. - --> - <!--<module>run-all-junit-tests</module>--> - <!-- create the important artifacts we care about --> <module>aspectjrt</module> <module>aspectjweaver</module> |