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/03 23:15:08 UTC

[maven-artifact-plugin] 01/01: Describe limitations

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

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

commit 7f63676e2e19cd7cfcbd3625633dcd88da8063e1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Feb 4 00:13:39 2023 +0100

    Describe limitations
    
    This closes #15
---
 src/site/apt/index.apt.vm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index f1ff625..78b9092 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -58,6 +58,13 @@ ${project.name}
   {{{./scm.html}source repository}} and will find supplementary information in the
   {{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
 
+* Limitations
+
+  This plugin is not able to detect <<all>> reproduciblity issues. For instance, timezone issues cannot be reliably detected
+  when reference builder machine and your build machine are in the same timezone. Change your JVM's timezone with the Java
+  system property <<<user.timezone>>> and retry. See {{{https://issues.apache.org/jira/browse/MARTIFACT-36}MARTIFACT-36}}
+  for details.
+
 * Examples
 
   To provide you with better understanding on some usages of the Artifact Plugin,