You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 15:26:31 UTC

[maven-jarsigner-plugin] branch master created (now 44f7d7a)

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

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git.


      at 44f7d7a  [MJARSIGNER-53] merge pr fix #125

This branch includes the following new commits:

     new 51f58c4  o Promoted maven-jarsigner-plugin out of sandbox (http://markmail.org/message/rp3kynlstcttsaaq)
     new 0e4ecb9  o Removed duplicate keys from English bundle o Added license header
     new 63a6820  o Print jarsigner output also if debug is enabled
     new 5353edc  o Added IT to check verification failure
     new 472774e  o Fixed expiration date of test keystore
     new bfc8e80  o Added option to control max memory as requested for MJAR-115
     new 223ed2c  o Pointed at recent tools docs
     new 9b92e0b  o Exposed -provider* options as requested fo MJAR-112 (Sign using a PKCS11 token)
     new f76e018  o Rearranged resource bundles to better match our habits
     new 447ab1c  o Polished docs
     new d6624c4  o Removed requirement to have jarsigner on PATH
     new dcebb8b  o Decoupled detection of signable artifacts from artifact handler and peeked at file instead
     new 8ed0fc1  o Added IT to check handling of paths with spaces
     new 8013a35  o Updated to plexus-utils:1.5.15
     new f92aea1  o Removed unused dependency
     new b201ac6  o Fixed checkstyle error
     new 34d68ad  o Added ASF-compliant source distro
     new 423626e  [maven-release-plugin] prepare release maven-jarsigner-plugin-1.0
     new 7465d03  [maven-release-plugin] prepare for next development iteration
     new 05d1e85  o Fixed IT to use proper plugin version
     new 33719dd  o filtering version in doc
     new 73edf3a  o fixed ambiguous links o added Doxia xsd
     new 788fb39  o Ensured main artifact is not empty
     new b5f09e0  o Tweaked logging
     new d5d942b  [MJARSIGNER-5] Allow to unsign JARs before re-signing
     new e6e198b  o Updated to maven-plugin-plugin:2.5
     new f42bf67  o Improved error message
     new 928418c  [MJARSIGNER-6] Allow batch signing of multiple JARs
     new 77c11d2  o Added example to nav bar
     new 2f5306a  [maven-release-plugin] prepare release maven-jarsigner-plugin-1.1
     new 6f21ffa  [maven-release-plugin] prepare for next development iteration
     new e8db17a  upgrade parent version to ensure source-release is automatic.
     new 4c0cdcc  [MJARSIGNER-7] jarsigner plugin to support all "types" of zip files
     new ca3ce4f  [MJARSIGNER-8] Allow to exclude specific attachments from signing/verification
     new eeddf65  o Updated to maven-invoker-plugin:1.4
     new a834d15  [maven-release-plugin] prepare release maven-jarsigner-plugin-1.2
     new 271c80d  [maven-release-plugin] prepare for next development iteration
     new 02e3e20  o Removed obsolete assembly descriptor
     new 4ac9b8f  o Removed inherited stuff
     new bcb5f5a  o Updated to plexus-utils:2.0.0
     new 89c1e67  o Inherited from maven-plugins:16
     new 7d38560  o Inherited from maven-plugins:17
     new 9368e0b  fix relativePath to plugins parent and bump to latest parent for all plugins
     new 2454ca2  o added mavenVersion property when not already there o used mavenVersion property for maven prerequisite
     new 729a524  upgrade plugins to latest parent 21
     new 9033c52  [MJARSIGNER-19] Make mojo code reusable from another mojo + customize the working directory. Submitted by Tony Chemit.
     new 57c8372  inherits invoker plugin version from parent
     new a5fdf60  add Tony Chemit in contributors section.
     new 5dac720  add missing ASF license header
     new 55150bd  [MJARSIGNER-19] Make mojo code reusable from another mojo + customize the working directory. move shared classes to an external component.
     new 5e778df  plexus maven plugin not anymore needed
     new c51497c  use released version
     new 2aef3a3  use last parent
     new 72eb310  [MJARSIGNER-25] use maven-plugin-tools' java 5 annotations
     new 0459c63  [MJARSIGNER-22] Add french translations
     new 86f9a4c  plugin plugin version in a property
     new 1d9dc25  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new 86d2442  Tony is now in developers section
     new 80c0e62  annotations are not needed for plugin execution so mark dependency as provided
     new 51e24e9  use released parent pom
     new 7be9f77  use Integer.valueOf rather than new Integer
     new 6c655e5  update maven-plugin-plugin to 3.2
     new 06343f2  [MJARSIGNER-24] Use Password Encryption in pom.xml. Submitted by Jerome Lacube.
     new c87d90d  add contributor
     new 4b38f5a  upgrade all to last parent 24
     new 5e47cfc  Follow ASF branding rules.
     new 3137337  And even more plexus updates
     new 405aa28  Oh, look at that button. Does that convert everything to correct java5 ??
     new 42ecaa4  Further code analysis improvements
     new 9311d37  Reformatted to code style
     new a1ff8dd  Revert "Reformatted to code style"
     new 9558a86  Add missing license headers where possible. Configure explicit RAT exclusions for the files that cannot contain a license header. This plugin now passes the checks done by RAT.
     new 5ad95d4  Add missing license headers to files with spaces in their paths.
     new 5f724fd  code formatting and typed collections
     new 3cae665  MJARSIGNER-27 - Use maven-jarsigner 1.1
     new 7203927  MJARSIGNER-16 - Add the option -tsa to the configuration MJARSIGNER-27 - Use maven-jarsigner 1.1 (migrates to maven-share-utils) Add some missing @Override and @inheritDoc
     new 3a145e4  MJARSIGNER-27 - Use maven-jarsigner 1.2 Still in snapshot
     new cf247b4  MJARSIGNER-26 - Jar Signer does not support protected authentication path Submitted by: Michael Gruebsch
     new ca81f66  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new b7b593d  MJARSIGNER-9 - Add toolchain in JarSignMojo.java#getJDKCommandExe() Comment: need then to use the last version of maven-share-utils (with the javatool api)
     new e080859  MJARSIGNER-28 - verify mojo can also use keystore and alias parameters
     new 669ef5e  MJARSIGNER-29 - verbose parameter is not filled in jarsigner requests
     new bb3eb7c  MJARSIGNER-18 - Support for Jar plugin's "errorWhenNotSigned" option
     new 3e85749  MJARSIGNER-27 - Use maven-jarsigner 1.2 Use simplify API
     new 2bb8ebc  MJARSIGNER-27 - Use maven-jarsigner 1.2
     new 63f3374  MJARSIGNER-31 - Update maven-shared-utils to 0.5
     new 71c10bb  MJARSIGNER-27 - Use maven-jarsigner 1.3
     new dd4a86b  MJARSIGNER-24 - Use Password Encryption in pom.xml add doc + make site generation possible
     new 3665136  MJARSIGNER-32 - Update requirements to maven 2.1.0
     new d30ed88  MJARSIGNER-13 - signing in multi-module project fails on windows
     new 53619fa  MJARSIGNER-27 - Use maven-jarsigner 1.3
     new 4133125  [maven-release-plugin] prepare release maven-jarsigner-plugin-1.3
     new 316b6ef  [maven-release-plugin] prepare for next development iteration
     new c6f832d  MJARSIGNER-33 - Sign already signed jar still does not work
     new 889fe83  [maven-release-plugin] prepare release maven-jarsigner-plugin-1.3.1
     new 7d4bdd0  [maven-release-plugin] prepare for next development iteration
     new 30a98a1  MJARSIGNER-34 - The 'verify' goal of the plugin is passing '-keystore' but not '-storetype'.
     new d550f38  move version to 1.3.2-SNAPSHOT
     new d7afb60  MJARSIGNER-35 - verbose mode shows keystore password in clear text
     new 7313f03  MJARSIGNER-34 - The 'verify' goal of the plugin is passing '-keystore' but not '-storetype'. Add also provider* parameter for both sign and verify mojo
     new 2f7145c  MJARSIGNER-36 - Use maven-shared-utils 0.6 and maven-jarsigner 1.3.2
     new f85dca8  [maven-release-plugin] prepare release maven-jarsigner-plugin-1.3.2
     new a9464e5  [maven-release-plugin] prepare for next development iteration
     new da95a89  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 302740e  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 6824752  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new 1afc54d  added license header
     new 5ce879c  [MJARSIGNER-37]  - Injection via @Parameter instead of @Component
     new b42d21e  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new 86950dc  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new fdaa57b  Fix typo.
     new 638def8  Log when toolchains are being used.
     new e63a7b8  [MJARSIGNER-39] Upgrade to maven-plugins parent version 27  - Enhanced apache-rat-plugin configuration to append    the entries insteaf of replacing them.  - Fixed checkstyle reported issues.
     new bed2402  [MJARSIGNER-40] Upgrade maven version to 2.2.1
     new 4106b03  removed configuration inherited from parent and added rat excludes causing failure on ASF Jenkins
     new a75a6ed  [MJARSIGNER-42] Upgrade maven-shared-utils to 0.7
     new 252f167  [MJARSIGNER-43] Upgrade to maven-jarsigner component 1.4
     new 7017a1f  [maven-release-plugin] prepare release maven-jarsigner-plugin-1.4
     new 3569676  [maven-release-plugin] prepare for next development iteration
     new a823551  changed svnpubsub url from /content to /components
     new 8de1f68  moved Jira from Codehaus to Apache
     new 2987832  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new 0dfd592  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new be574c9  use released version of plugin parent, i.e 28
     new c1ff3e1  [MPOM-95] updated parent pom location
     new 9edb772  [MJARSIGNER-47] Upgrade Maven 3.X Only JDK 1.6
     new 338182c  [MJARSIGNER-17] The plugin should pass proxy information to the jarsigner command.
     new 78e20fc  o Updated 'mecanism' to 'mechanism'.
     new b36162b  updated Jira url
     new e8cf167  updated Jira url
     new 98260c7  [MJARSIGNER-49] Upgrade maven-shared-components parent to version 30
     new c0d1743  [MJARSIGNER-50] Upgrade maven-shared-utils to 3.1.0
     new 6f1f889  Correct jira.codehaus.org to issues.apache.org/jira
     new 30d6fe7  o Updated to latest parent SNAPSHOT.
     new cf37f79  o Reverted last commit to reset to release version parent's.
     new 62b6446  [MJARSIGNER-53] - Add support of the "certchain" option in the "sign" mojo
     new 44f7d7a  [MJARSIGNER-53] merge pr fix #125

The 137 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].