You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/04/19 11:05:50 UTC

[maven-artifact-plugin] branch util2 updated (63b3e75 -> 37f8596)

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

elharo pushed a change to branch util2
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git.


    from 63b3e75  merge
     add 3ead878  tidy up dependencies (#8)
     add 8231ee7  improve javadoc
     add ad8d989  [maven-release-plugin] prepare release maven-artifact-plugin-1.0
     add fa56192  [maven-release-plugin] prepare for next development iteration
     add d2d6262  prepare for 3.0.0
     add 44087ab  [MARTIFACT-11] copy also .buildinfo.compare aggregate to root
     add ca9fc10  add parameter to disable install/deploy skip detection
     add 820625a  finish add parameter to disable install/deploy skip detection
     add 11861a2  [MARTIFACT-7] record toolchain jdk as mvn.toolchain.jdk
     add c3bbf3c  [MARTIFACT-12] configure ignored artifacts
     add d3c7da0  [maven-release-plugin] prepare release maven-artifact-plugin-3.0.0
     add e229c68  [maven-release-plugin] prepare for next development iteration
     add 059c1d9  add Reproducible Builds badge
     add 3104d77  [MARTIFACT-13] take care about missing zip entry
     add 37f8596  merge

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   2 +
 README.md                                          |   1 +
 pom.xml                                            |  19 ++--
 .../artifact/buildinfo/BuildInfoWriter.java        |  32 ++++++-
 .../plugins/artifact/buildinfo/BuildinfoMojo.java  | 101 ++++++++++++++++-----
 .../artifact/buildinfo/JdkToolchainUtil.java       |  80 ++++++++++++++++
 .../artifact/buildinfo/ReferenceBuildinfoUtil.java |  12 ++-
 7 files changed, 215 insertions(+), 32 deletions(-)
 create mode 100644 src/main/java/org/apache/maven/plugins/artifact/buildinfo/JdkToolchainUtil.java