You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/02/01 13:25:30 UTC

[maven-site] branch master updated: Document Maven Artifact Plugin is still in development

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2649f9ff Document Maven Artifact Plugin is still in development
2649f9ff is described below

commit 2649f9ffe2beadbda7c0ec1b06466bd0a3f14c8d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Feb 1 14:25:26 2023 +0100

    Document Maven Artifact Plugin is still in development
---
 content/apt/guides/mini/guide-reproducible-builds.apt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt b/content/apt/guides/mini/guide-reproducible-builds.apt
index b519590e..02f8b7bd 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -61,6 +61,9 @@ mvn artifact:check-buildplan
  
 * How to test my Maven build reproducibility?
 
+ <<IMPORTANT>>: This plugin is still in development and performs only a shallow comparison.
+ Thus, you might receive false positives. Using <<<diffoscope(1)>>> is highly advised.
+
  Using {{{/plugins/maven-artifact-plugin/compare-mojo.html}<<<maven-artifact-plugin>>>'s <<<compare>>> goal}},
  you can check that the second build of your project produce the same output than an initial build: