From 542e588309fbb6dc16c0243348ca273626eb618c Mon Sep 17 00:00:00 2001 From: cpovirk Date: Mon, 8 Jul 2024 17:07:41 -0700 Subject: [PATCH] Downgrade to a version of `plexus-io` from before a performance improvement was reverted. (See https://github.com/codehaus-plexus/plexus-io/issues/109.) This downgrade reduces the time for a clean `mvn source:jar-no-fork -f guava` on our Google workstations from ~53s to ~1s. (I also upgraded `maven-source-plugin` itself while I was in the area. We still don't have a great way to automatically update Guava _plugins_, only _deps_, as noted offhand in cl/526651811 and discussed slightly more in cl/554548816.) RELNOTES=n/a PiperOrigin-RevId: 650419894 --- android/pom.xml | 10 +++++++++- pom.xml | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/android/pom.xml b/android/pom.xml index 86faf29af7d9..5bd322687dbe 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -163,7 +163,7 @@ maven-source-plugin - 3.3.0 + 3.3.1 attach-sources @@ -172,6 +172,14 @@ + + + org.codehaus.plexus + plexus-io + + 3.4.1 + + org.codehaus.mojo diff --git a/pom.xml b/pom.xml index 1c5552d4ad86..7b681179b5cb 100644 --- a/pom.xml +++ b/pom.xml @@ -164,7 +164,7 @@ maven-source-plugin - 3.3.0 + 3.3.1 attach-sources @@ -173,6 +173,14 @@ + + + org.codehaus.plexus + plexus-io + + 3.4.1 + + org.codehaus.mojo