Re: org.apache.maven:plexus-utils split packages

2023-02-26 Thread Guillaume Nodet
See my comment on https://github.com/apache/maven/pull/1016#pullrequestreview-1314692550 Le dim. 26 févr. 2023 à 14:44, Elliotte Rusty Harold a écrit : > Browsing through the code I stumbled across the > org.apache.maven:plexus-utils artifact. If I'm following this it > contains classes like org

org.apache.maven:plexus-utils split packages

2023-02-26 Thread Elliotte Rusty Harold
Browsing through the code I stumbled across the org.apache.maven:plexus-utils artifact. If I'm following this it contains classes like org.codehaus.plexus.util.xml.Xpp3Dom which is already available in Plexus jars. This is likely to cause split package problems in JDK 9+. Am I misreading this? is