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 <[email protected]> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
--
Elliotte Rusty Harold
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]