I noticed this code in ReferenceBuildInfo: Artifact buildinfo = artifactFactory.createArtifactWithClassifier( project.getGroupId(), project.getArtifactId(),
project.getVersion(), "buildinfo", "" ); The problem is that ArtifactFactory is deprecated and has been for a while. However it doesn't have any information about what is supposed to be used instead. Since this is greenfield code, could this be replaced by the non-deprecated alternative? Or, if there is, no non-deprecated alternative, then can we consider undeprecating ArtifactFactory? It's woven pretty deeply into most of our plugins and APIs. On Thu, Jan 14, 2021 at 7:10 PM Hervé BOUTEMY <herve.bout...@free.fr> wrote: > > I want to release Maven Artifact Plugin soon, version 0.1 > > I did a first documentation: > https://maven.apache.org/plugins-archives/maven-artifact-plugin-LATEST/ > > review, feedback, PRs welcome > > > Regards, > > Hervé > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Elliotte Rusty Harold elh...@ibiblio.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org