From a1867b05ba6443d32abc4049c26b92fc226d6f78 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 20 Mar 2021 18:37:22 +0700 Subject: Remove module 'run-all-junit-tests' from root POM -> speed up the build This module must be a relic from a test runner module once existing during the Ant build era, but transferred and kept alive in the Maven build. Actually, it almost doubles build time by running virtually all tests in all modules again when doing 'mvn test' from the project root. For now I only removed the module from the root POM, leaving behind comments there, in the module POM and in the now @Deprecated class RunTheseBeforeYouCommitTests. Signed-off-by: Alexander Kriegisch --- build/build.xml | 193 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 98 insertions(+), 95 deletions(-) (limited to 'build') diff --git a/build/build.xml b/build/build.xml index 013f32610..9c763cb3f 100644 --- a/build/build.xml +++ b/build/build.xml @@ -20,7 +20,7 @@ - + @@ -38,11 +38,11 @@ - + - + - + @@ -66,7 +66,7 @@ version="${build.version}" versionSourceFile="${aspectj.modules.dir}/bridge/src/org/aspectj/bridge/Version.java" versionTagFile="${aj.temp.dir}/versionUptodate"/> - + @@ -87,21 +87,21 @@ - + - + - + - + @@ -117,40 +117,40 @@ - + - + - - + - - + + + failonerror="true"/> @@ -159,11 +159,11 @@ distDir="${aj.dist.dir}" jarDir="${aj.jar.dir}" trimTesting="${trim.testing}" - buildConfig="${build.config}" + buildConfig="${build.config}" version="${build.version.long}" verbose="${build.verbose}" assembleall="${assemble}" - failonerror="true"/> + failonerror="true"/> @@ -189,7 +189,7 @@ - + @@ -197,11 +197,11 @@ - + - + - + @@ -226,16 +226,18 @@ - - + + - + - @@ -353,13 +356,13 @@ - + - + @@ -369,7 +372,7 @@ - + @@ -379,7 +382,7 @@ -To use testing client jar in tests, +To use testing client jar in tests, mv ../aj-build/jars/testing-client-all.jar ../lib/tests/testing-client.jar @@ -391,23 +394,23 @@ To use testing client jar in tests, - + - + - + - + @@ -423,12 +426,12 @@ To use testing client jar in tests, - + - + @@ -451,7 +454,7 @@ To use testing client jar in tests, /> - + @@ -497,12 +500,12 @@ To use testing client jar in tests, + description="create the Eclipse distribution plugins"> - + - + @@ -564,7 +567,7 @@ To use testing client jar in tests, - + @@ -644,7 +647,7 @@ To use testing client jar in tests, - + @@ -721,28 +724,28 @@ To use testing client jar in tests, --> - + - - + + - - - - - + + + + + - + - + @@ -752,45 +755,45 @@ To use testing client jar in tests, - + - - + + - + - + - - + + - + - + - - - - + + + + @@ -857,7 +860,7 @@ ant -propertyfile XXX publishtomaven - + @@ -889,7 +892,7 @@ ant -propertyfile XXX publishtomaven - + @@ -938,13 +941,13 @@ ant -propertyfile XXX publishtomaven - + - @@ -957,15 +960,15 @@ ant -propertyfile XXX publishtomaven - - + + - + - @@ -979,10 +982,10 @@ ant -propertyfile XXX publishtomaven - - + + - + -- cgit v1.2.3