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/20 09:34:28 UTC

[maven-gpg-plugin] annotated tag maven-gpg-plugin-1.0 created (now db0bb56)

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

hboutemy pushed a change to annotated tag maven-gpg-plugin-1.0
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git.


      at db0bb56  (tag)
 tagging 549331d2769e5e3d3cd18a9e3c2c7ac2fd30a067 (commit)
      by Benjamin Bentmann
      on Thu Feb 11 14:25:47 2010 +0000

- Log -----------------------------------------------------------------
maven-gpg-plugin-1.0
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new a0bfe3a  o little gpg signing mojo
     new 3510f73  o sign project artifact o sign POM o sign all attached artifacts
     new 71d3707  Don't generate signature on artifact when the project is a pom
     new 7094a74  o just run in the verify phase
     new 088a761  o some hacks to make all the signatures come out directory, this case doesn't seem to be easily handled where you just want to add some extension to the existing artifact like a signature.
     new e386483  o don't sign the POM then change the name, change the name of the file first and then sign or   you will end up with a bad signnature. Thanks to Bernd Bohmann.
     new de18621  o Fix typos.
     new 9fff2d8  o Add license.
     new 34ba165  o Add prerequisites. o Remove url, which is inherited.
     new 8adab5a  o Remove non-gpg related info. o Update configuration example so that it uses the maven-gpg-plugin.
     new f17657a  o Adjust whitespace.
     new 0dc32be  o Use the normal Maven plugin menu structure. o Add example, FAQ and index pages.
     new 8eaeab2  o Set issue management to MNG until the plugin gets its own project in JIRA.
     new b95ac04  o Ignore IDEA files.
     new e1403da  [maven-release-plugin] prepare release maven-gpg-plugin-1.0-alpha-1
     new 2d347ce  [maven-release-plugin] prepare for next development iteration
     new 37b5bbe  o fixing use with classifiers and make thigns works like WARs and RARs
     new 13a2960  o updating to latest released parent
     new a05b4b6  o put the license header in there
     new 1a98559  - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation - update to snapshots
     new 2d62c68  MGPG-1, MGPG-2 - remove requirement of password being passed
     new 2665cca  More for MGPG-1 * Prefix properties with "gpg." * Add gpg.skip * Add --batch-mode support * Query password once per project (instead of once per artifact)
     new 8acc57f  Provide a way to "store" passphrase in reactor build.
     new aa89850  Set back to alpha-3 version number
     new 97ba78e  Consume any garbage on System.in before asking for the passphrase
     new 1300cfd  [maven-release-plugin] prepare release maven-gpg-plugin-1.0-alpha-3
     new d067fc5  [maven-release-plugin] prepare for next development iteration
     new 885f8b9  Update usage for the right -D flag
     new a63f85a  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     new 49172cf  Add more docs to mention some issues folks have had.
     new 015473c  [MGPG-3, MGPG-5, MGPG-6, MGPG-8] Bunch of fixes that have been sitting on my hard disk for way too long. Update pom to declare all depenencies explicitely.
     new 542ca67  Update pre-req to maven 2.0.5 (2.0.4 doesn't allow proper signing of the poms)
     new 82a08a2  o Use the new issueManagement url.
     new 24fc9e4  o Use the correct name in pom.xml, which means that it can also be removed from site.xml.
     new bd7e126  [MGPG-3, MGPG-6, MGPG-7, MGPG-5] Bunch of fixes for GPG that have been sitting on my hard drive. (Patch from Christian Schulte of MGPG-3 is in there)
     new 3d1b603  [MGPG-10] Patch from Christian Schulte reworked for current structure
     new 0e0f014  [maven-release-plugin] prepare release maven-gpg-plugin-1.0-alpha-4
     new bbf9ddc  [maven-release-plugin] prepare for next development iteration
     new daecf68  Minor javadoc/plugin doc updates
     new bf92aab  o Fix typo in Javadoc.
     new 439c110  [MGPG-11] upgrade to last plexus-utils (1.4.8) to work on platform without /bin/bash
     new d865036  o Added bin to svn:ignore
     new 4c20723  Bumping all parent versions to 11, to allow deployment to alternative locations.
     new 25a479c  clean up some imports and licenses
     new f3a69bf  Try to use the 12-SNAPSHOT parent
     new 91ca05c  o Added stub IT profile to highlight plugins during CI
     new 2766985  o Reordered POM
     new db3a1fa  o Added project description
     new 60b2633  o Updated index page of plugin site
     new 3e07adb  o Unified plugin name
     new 3977e0b  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 1b1f6b5  o Explicitly stated UTF-8 as file encoding o Updated license header
     new ff29d77  o Updated index page of plugin site
     new 62729f8  o Inherited from maven-plugins:12
     new e1e51e6  o Formatted/reordered POM
     new 9bdafa9  o Fixed svn:keywords
     new 77d3f6c  o Avoided deprecated syntax @parameter expression="${component...}"
     new 252873f  use the latest parents
     new d7c4032  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-gpg-plugin@745336 13f79535-47bb-0310-9956-ffa450edef68
     new bb2a9fc  o Inherited from maven-plugins:13
     new 25a9c2e  used http://maven.apache.org/xsd/* for schema location
     new a67d9a2  Remove calls to deprecated methods.   Use the non-deprecated methods.
     new 301a141  o Added plugin version to POM snippets in documentation
     new 2c08eda  o filtering version in doc
     new dd977c8  o fixed ambiguous links o added Doxia xsd
     new ac001fa  o Formatted code
     new 73a501b  o Polished mojo annotations
     new c17509c  [MGPG-16] Allow to configure homedir for gpg invocation
     new 1253b25  o Added basic IT
     new 9914188  o Made tests use a clone of the ready-made GPG home dir to avoid modifications to the version-controlled files
     new 4298f09  o Unhide GPG files on *nix
     new a248c0d  upgrade parent version to ensure source-release is automatic.
     new 2ec3e71  o Updated to maven-invoker-plugin:1.4
     new bd9b0b4  o Inherited from maven-plugins:16
     new 9fb0d11  o Inherited from maven-plugins:17 o Cleaned up dependencies
     new daf6e31  [MGPG-12] sign-and-deploy does not sign pom.xml
     new 4b7cac3  [MGPG-21] Make name for signature output directory consistent among goals
     new 342f71a  [MGPG-18] NPE in GpgSigner
     new 03d9d4b  o Fixed formatting
     new 5a05c92  [maven-release-plugin] prepare release maven-gpg-plugin-1.0
     new 549331d  [maven-scm] copy for tag maven-gpg-plugin-1.0

The 81 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>'].