There are some good integration tests. Unit tests would help round this out.

Most classes and method appear public by default. It's not obvious
they need to be. I think almost all of them could be private or
package private instead. They can always be made public later if a
need is uncovered, but it's much harder to make them private after the
plugin has shipped.


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

Reply via email to