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

hboutemy 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 ff4f184  add list of plugins
ff4f184 is described below

commit ff4f184760dafb1dccaccdb54823bf028d53145e
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Mar 15 22:39:38 2020 +0100

    add list of plugins
---
 .../apt/guides/mini/guide-reproducible-builds.apt  | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt 
b/content/apt/guides/mini/guide-reproducible-builds.apt
index a9b034b..8f4b38a 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -79,3 +79,35 @@ Configuring for Reproducible Builds
  * Q. can <<<project.build.outputTimestamp>>> property be updated 
automatically at release time?
 
    A. yes, you'll need to upgrade maven-release-plugin to version 3.0.0-M1 
minimum: see 
{{{https://issues.apache.org/jira/browse/MRELEASE-1029}MRELEASE-1029}}
+ 
+ * Q. which additional plugins need to be updated for Reproducible Builds?
+ 
+   A. here is a simplified list:
+
+*----------------------------------------------------------------------------+-------+--------------+
+| <<plugin>>                                                   | <<minimum 
version>> | <<comments>>
+*----------------------------------------------------------------------------+-------+--------------+
+| {{{/plugins/maven-assembly-plugin/}maven-assembly-plugin}}                 | 
3.2.0 |
+*----------------------------------------------------------------------------+-------+--------------+
 
+| {{{/plugins/maven-jar-plugin/}maven-jar-plugin}}                           | 
3.2.0 |
+*----------------------------------------------------------------------------+-------+--------------+
 
+| {{{/plugins/maven-javadoc-plugin/}maven-javadoc-plugin}}                   | 
3.2.0 |
+*----------------------------------------------------------------------------+-------+--------------+
 
+| {{{/plugin-tools/maven-plugin-plugin/}maven-plugin-plugin}}                | 
3.5.1 |
+*----------------------------------------------------------------------------+-------+--------------+
 
+| {{{/plugins/maven-remote-resources-plugin/}maven-remote-resources-plugin}} | 
1.7.0 |
+*----------------------------------------------------------------------------+-------+--------------+
 
+| {{{/plugins/maven-shade-plugin/}maven-shade-plugin}}                       | 
3.2.2 |
+*----------------------------------------------------------------------------+-------+--------------+
 
+| {{{/plugins/maven-site-plugin/}maven-site-plugin}}                         | 
3.9.0 |
+*----------------------------------------------------------------------------+-------+--------------+
 
+| {{{/plugins/maven-source-plugin/}maven-source-plugin}}                     | 
3.2.1 |
+*----------------------------------------------------------------------------+-------+--------------+
 
+| 
{{{https://codehaus-plexus.github.io/plexus-containers/plexus-component-metadata/}plexus-component-metadata}}
 | 2.1.0 |
+*----------------------------------------------------------------------------+-------+--------------+
 
+| 
{{{https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin}bnd-maven-plugin}}
 |   | see 
{{{https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin#reproducible-builds}configuration
 instructions}}
+*----------------------------------------------------------------------------+-------+--------------+
 
+
+  For more details, see 
{{{https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318#Reproducible/VerifiableBuilds-Whataretheissuestosolve?}Maven
 "Reproducible/Verifiable Builds" Wiki page}}
+
+  
\ No newline at end of file

Reply via email to