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/02 21:56:50 UTC

[maven-site] branch master updated: Remove more or less invalid statement

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 9d3ca46e Remove more or less invalid statement
9d3ca46e is described below

commit 9d3ca46eea8cfa98cebb48bf45731548edc07ae0
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Feb 2 22:56:42 2023 +0100

    Remove more or less invalid statement
---
 content/apt/guides/mini/guide-reproducible-builds.apt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt b/content/apt/guides/mini/guide-reproducible-builds.apt
index 02f8b7bd..b519590e 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -61,9 +61,6 @@ 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: