You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to a version of plexus-io from after a performance improvement was restored.
(See codehaus-plexus/plexus-io#109.)
This CL _shouldn't_ make a performance difference because cl/650419894 _should_ have moved us to a version before the performance improvement was originally reverted. However, I messed that prior CL up, pinning us to the slow 3.4.1 instead of the fast 3.3.1. So in fact this CL _does_ improve performance back to the point it was at for 3.3.1. Today, that means an improvement from ~75s to ~1s for a clean `mvn source:jar-no-fork -f guava` on our Google workstations.
RELNOTES=n/a
PiperOrigin-RevId: 686480922
Copy file name to clipboardExpand all lines: android/pom.xml
+2-2
Original file line number
Diff line number
Diff line change
@@ -263,8 +263,8 @@
263
263
<dependency>
264
264
<groupId>org.codehaus.plexus</groupId>
265
265
<artifactId>plexus-io</artifactId>
266
-
<!--DO NOT UPGRADE this past 3.4.1 until https://github.com/codehaus-plexus/plexus-io/issues/109 is fixed (probably in 3.5.1). -->
267
-
<version>3.4.1</version>
266
+
<!--We need at least 3.5.1 to avoid https://github.com/codehaus-plexus/plexus-io/issues/109. Once we upgrade maven-source-plugin itself to a version new enough to depend on 3.5.1 or higher, we can remove this override. -->
Copy file name to clipboardExpand all lines: pom.xml
+2-2
Original file line number
Diff line number
Diff line change
@@ -264,8 +264,8 @@
264
264
<dependency>
265
265
<groupId>org.codehaus.plexus</groupId>
266
266
<artifactId>plexus-io</artifactId>
267
-
<!--DO NOT UPGRADE this past 3.4.1 until https://github.com/codehaus-plexus/plexus-io/issues/109 is fixed (probably in 3.5.1). -->
268
-
<version>3.4.1</version>
267
+
<!--We need at least 3.5.1 to avoid https://github.com/codehaus-plexus/plexus-io/issues/109. Once we upgrade maven-source-plugin itself to a version new enough to depend on 3.5.1 or higher, we can remove this override. -->
0 commit comments