Re: 4.0 alpha javadocs

2022-11-25 Thread Konrad Windszus
Look at https://github.com/apache/maven/blob/master/plexus-utils/README.md for the reasoning. Konrad On 2022/11/25 12:13:29 Elliotte Rusty Harold wrote: > Random question. why are we publishing codehaus packages in the Maven > Javadocs? > > https://maven.apache.org/ref/4.0.0-alpha-2/apidocs/org

Removing deprecated things in 4.0

2022-11-25 Thread Elliotte Rusty Harold
Now that we're making a major version bump, can we delete deprecated classes and methods? E.g. https://github.com/apache/maven-shared-utils/blob/master/src/main/java/org/apache/maven/shared/utils/xml/XmlStreamWriter.java -- Elliotte Rusty Harold elh...@ibiblio.org --

4.0 alpha javadocs

2022-11-25 Thread Elliotte Rusty Harold
Random question. why are we publishing codehaus packages in the Maven Javadocs? https://maven.apache.org/ref/4.0.0-alpha-2/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.html Has this plexus code fully moved into the Apache Project? If so, where does it live? Also, in this specific case there's al