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 2018/01/02 22:25:47 UTC

[maven-install-plugin] annotated tag maven-install-plugin-2.5 updated (d891fbd -> 95c2e01)

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

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


*** WARNING: tag maven-install-plugin-2.5 was modified! ***

    from d891fbd  (tag)
      to 95c2e01  (tag)
 tagging 4fd61d8348710a3e0eafa43687326f7133bd9137 (commit)
 replaces maven-install-plugin-2.4
      by Hervé Boutemy
      on Fri Sep 6 17:25:52 2013 +0000

- Log -----------------------------------------------------------------
maven-install-plugin-2.5 reworked after migration from aggregate svn to split git
-----------------------------------------------------------------------

 discard 525ae61  [maven-release-plugin]  copy for tag maven-install-plugin-2.5
 discard 53c10f2  [maven-release-plugin] prepare release maven-install-plugin-2.5
 discard 4a6916b  Set m-project-info-reports-p to 2.7 so it can be built with M3.1
 discard 2cb90bc  Fix checkstyle errors
 discard 1a9b80c  Move license to proper location Reorganize imports
 discard 1fd2c09  Set m-site-p to 3.3 so it can be built with M3.1 Set m-javadoc-p due to CVE-2013-1571
 discard 4a5a472  Reformatted to code style
 discard 81a271d  Add license
 discard c0c0e79  Updated plexus components
 discard 4924f7c  Simplified code
 discard d4f59cb  Fixed various java5 stuff
 discard 801175d  Made a DualDigester to avoid reading files twice
 discard ddb3ea3  And another file, svn is hard
 discard 3137eae  Added missing files
 discard 8716d85  Converted to m-s-u and removed p-digester
 discard 84294bb  apply generics
 discard 3056905  [MINSTALL-39] Maven Install Plugin always copy the artifact in the repository, even if there was no changes Create IT to confirm it is fixed in Apache Maven Core
 discard c986b16  Follow ASF branding rules.
 discard 9fc7e01  [MINSTALL-95] Enhance documentation of install-file
 discard a637e4f  Add LICENSE and NOTICE files
 discard c0c991c  [MINSTALL-52] install:install-file should default to a pom file found in the jar if available
 discard f0dbb32  [MINSTALL-52] install:install-file should default to a pom file found in the jar if available
 discard 29eec03  Adjust name
 discard 1a7acee  upgrade all to last parent 24
 discard a2fb35f  [MINSTALL-93] Add installAtEnd option for multimodule projects
 discard cf49ccb  update maven-plugin-plugin to 3.2
 discard e79bb52  [MINSTALL-92] Removed "required" from skip param of install goal
 discard c4336ac  snapshot repo not anymore needed
 discard 531dade  p-u 3.0.7 released version
 discard 8830585  add snapshot repo for p-u 3.0.7-SNAPSHOT
 discard 3b097df  use p-u 3.0.7-SNAPSHOT which fix an issue on copyFile: target directory not created
 discard 39b6d18  p-u 3.0.6 is faster to copy files
 discard 7c19add  [maven-release-plugin] prepare for next development iteration
 discard 65fed80  [maven-release-plugin] prepare release maven-install-plugin-2.4
 discard 5387698  use last invoker plugin version
 discard fe29b68  use last p-u 3.0.5 version
 discard d06b345  use released parent pom
 discard 9bbadb4  annotations are not needed for plugin execution so mark dependency as provided
 discard f95534d  [MINSTALL-87] Install:install-file on missing file should fail, not indicate success with bogus jar file message.
 discard 50bab1b  Tony is now in developers section
 discard 8020827  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
 discard 2089dd0  [MINSTALL-73] Add skip parameter add it test.
 discard a518022  add @since for the new field
 discard 9ec5d7b  add Ludwig Magnusson in contributor section
 discard f149d21  [MINSTALL-73] Add skip parameter. Submitted by Ludwig Magnusson.
 discard 77cba1f  use last 3.1 version
 discard 53f501f  add Tony in contributor section
 discard 0444fea  [MINSTALL-88] use maven-plugin-tools' java 5 annotations Patch modified to use non snapshot version Submitted by Tony Chemit.
 discard 6976ca8  upgrade to parent 22
 discard 5814b55  [MINSTALL-86] Goal summary for install:install only mentions main artifact
 discard 4ac6fc6  upgrade plugins to latest parent 21
 discard 1c402d0  fix relativePath to plugins parent and bump to latest parent for all plugins
 discard 7b399a4  o Updated to maven-invoker-plugin:1.5
 discard c20c49f  [MINSTALL-81] Checksums of metadata files are not always correct in case of attached artifacts
 discard 2f2fd1d  [maven-release-plugin] prepare for next development iteration
 discard e544e90  [maven-release-plugin] prepare release maven-install-plugin-2.3.1
 discard 389e740  [MINSTALL-75] Marked install plugins as @threadSafe, changed to 2.3.1-SNAPSHOT
 discard 5097aaf  o Inherited from maven-plugins:17
 discard 61aa435  o Inherited from maven-plugins:16
 discard 25ad5c1  o Updated to maven-invoker-plugin:1.4
 discard bf1553f  upgrade parent version to ensure source-release is automatic.
 discard a09dce0  o Decoupled IT for maven-install-plugin from maven-site-plugin
 discard 111deaa  o fixed ambiguous links o added Doxia xsd
 discard 43e3271  [maven-release-plugin] prepare for next development iteration
 discard 047208c  [maven-release-plugin] prepare release maven-install-plugin-2.3
 discard fae3c84  o Adjust case.
 discard 4a2806f  o Fix an error reported by Checkstyle.
 discard b16ff65  o Add an example on how to install secondary artifacts.
 discard eef6cac  o Simplify examples.
 discard 72472e0  [MINSTALL-61] Remove parameter localRepositoryId
 discard 173200a  [MINSTALL-35] Possibility to install an artefact on a given repository directory
 discard fbca5da  o Fixed IT
 discard 201ed63  o Polished mojo annotations
 discard 3917c74  [MINSTALL-60] Support updateReleaseInfo for install-file
 discard d035ca4  [MINSTALL-59] Validate artifact id
 discard 7c6335c  o Update example to more closely resemble real world usage
 discard 4adcaf4  o Improved logging
 discard 21ab144  o Improve documentation. Use "goal" instead of "mojo".
 discard 938286c  o Use a property to define the Maven core version.
 discard 129c20d  o Add @since tags to parameters.
 discard 4e35de2  o Add SVN properties for bugtraq.
 discard 48c59de  o Improve documentation.
 discard 400b2fc  used http://maven.apache.org/xsd/* for schema location
 discard ee7d112  o Inherited from maven-plugins:13
 discard d9e6053  use the latest parents
 discard f55d62a  o Extended IT
 discard e4194b6  o Migrated core IT for MNG-851 over to the affected plugin
 discard d6f02e3  [MINSTALL-49] install-file with javadoc and sources
 discard d5e4606  [MINSTALL-49] install-file with javadoc and sources
 discard 53e4c1c  [MINSTALL-57] Default generatePom to true
 discard 59d6111  o Fixed file handle leak
 discard 4ef0c09  [MINSTALL-56] No checksums installed for project with packaging POM
 discard 5a0ab09  o Refactored checksum creation bits
 discard 2443188  [MINSTALL-41] Install with classifier does not install pom
 discard 5c72ca0  o Deleted unused variable
 discard e2fac94  o Removed empty directories
 discard c207676  [MINSTALL-18] Bad algorithm to decide if the main artifact is to be installed or not
 discard 25e1423  [MINSTALL-56] No checksums installed for project with packaging POM
 discard b502958  o Added undeclared dependency
 discard f482345  [MINSTALL-46] remove copy of plexus-utils' XML encoding support sources
 discard f909d57  o Improved validation messages
 discard 758ed6f  [MINSTALL-55] install-file fails to grab version inhertied from parent
 discard a3819b2  o Used distinct group ids for the tests
 discard 27889d2  o Fixed svn:keywords
 discard 5960eae  o Locked down version of maven-jar-plugin
 discard 413e5d3  o Added some ITs
 discard 15e9ee9  use released parent
 discard 864fd80  o Fixed dependency
 discard 4906daf  o Updated index page of plugin site
 discard 21853c6  o Explicitly stated UTF-8 as file encoding o Updated license header
 discard 08a3a44  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
 discard 782ee29  o Updated index page of plugin site
 discard c78772d  o Added project description
 discard dc1ba96  o Added SCM information (compare http://www.nabble.com/Re%3A-%3Cscm%3E-element-in-plugin-POMs-p18934198.html)
 discard 24be215  o Reordered POM
 discard db2c7f5  o Tweaked the POM to workaround a deficiency in the Release Plugin which causes loss of the license header
 discard 552c551  o Added stub IT profile to highlight plugins during CI
 discard bb0398b  Try to use the 12-SNAPSHOT parent
 discard 907266c  ignore .settings directory
 discard 0697fe7  Bumping all parent versions to 11, to allow deployment to alternative locations.
 discard 92a4d98  o Update links to Doxia APT reference.
 discard d3089c6  o Added bin to svn:ignore
 discard 5367e1d  o Added svn:eol-style=native
 discard 27b39fd  [MINSTALL-48] Don't create checksums for gpg signature files Submitted by: Niall Pemberton
 discard 27c02d3  [PLXUTILS-60] fixed the code used to extract encoding from an XML prolog since it could catch an attribute value defined in the XML content (merged from plexus-utils r7158)
 discard dd74b4e  [MINSTALL-44] removed character at the end of the file which causes problem
 discard 031071f  [MINSTALL-44] fixed svn props to binary to avoid file encoding corruption since it is in UTF-16
 discard 2243b76  [MINSTALL-44] fixed file encoding error in test file
 discard 1934fc4  [MINSTALL-44] add XML encoding support for POM reading/writing
 discard bf181ee  read and write pom with UTF-8 instead of platform encoding
 discard 6f8ffed  Add new license headers
 discard a705559  Readd license header lost in release
 discard 0a4070f  [maven-release-plugin] prepare for next development iteration
 discard da940e1  [maven-release-plugin] prepare release maven-install-plugin-2.2
 discard b3534e3  MINSTALL-36: added tests
 discard 5fd8884  MINSTALL-36: allow repository layout to be specified.
 discard 5ab511e  bumping versions to latest for MINSTALL-19
 discard c59008a  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
 discard e452ec2  Moving away from archiva-utils to plexus-digest.
 discard f308e2f  - 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
 discard dfd37c9  o updating to latest released parent
 discard e29ceed  put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM.
 discard a896e85  use inheritence and make all the site appearances consistent
 discard 5b8a279  o bumped the parent to 4-SNAPSHOT
 discard 2e21fd6  MINSTALL-35: Possibility to install an artifact on a given repository directory
 discard 21a9080  reformat
 discard 31fec0a  [MINSTALL-34] update dependencies and correct build Submtted by: Martin Zeltner
 discard a87fda9  PR: MINSTALL-27
 discard e57d377  Replaced the "Introduction" word to plugin name
 discard 2773a9f  applied small revisions
 discard c5fd930  revised docs
 discard ccd90a2  revised docs
 discard 6286081  repository API was changed
 discard e9fa956  removed changelog plugin from the <reporting> section
 discard 0b3f5e7  Updating example filenames per Brett's direction
 discard f8a2b38  Small verbage changes
 discard 77eaf2a  PR: MINSTALL-27
 discard c294159  Oops, missed an instance of PMD
 discard b584b42  PR: MINSTALL-27 Add correct issueManagement element
 discard 7d2133b  PR: MINSTALL-24, MINSTALL-27 Add classifier support so you can install sources, javadoc, etc Documentation revision to clean up verbage, add site.xml, etc
 discard c3f4cc8  PR: MINSTALL-27
 discard 9a777cf  PR: MINSTALL-27
 discard 53feb60  PR: MINSTALL-21
 discard ea8744a  PR: MINSTALL-9
 discard 3ceb7fd  remove release.properties from ignores
 discard 27755f1  PR: MINSTALL-17 Submitted by: Arik Kfir
 discard 7c10962  converted the local repo directory from string to file
 discard bfc2929  PR:MINSTALL-16
 discard bc42b62  PR:MINSTALL-16
 discard 3b21089  PR:MINSTALL-16
 discard db41016  PR:MINSTALL-16
 discard 897ce94  -removed src directory in test project -added packaged project -removed plugin-config.pom -changed packaging from pom to jar
 discard a8b3279  -removed src directory in test project -added packaged project
 discard 0cb1870  removed src directory in test project
 discard df30e33  PR:MINSTALL-16
 discard b367c76  PR: MASSEMBLY-16
 discard fa7e76d  PR:MINSTALL-16
 discard 1694383  adjust parent POMs
 discard 122dfeb  [MINSTALL-12] parameters should not be read only Submitted by: Patrick Lightbody
 discard 1fb1f6f  [maven-release-plugin] prepare for next development iteration
 discard abee037  [maven-release-plugin] prepare release maven-install-plugin-2.1
 discard b8ec783  back to previous parent
 discard 72d72d7  Workaround for no primary artifact to install PR: MINSTALL-3
 discard 94e4360  Upgrade parent to 2.0.1 so that the site is deployed in the right location
 discard 842874a  -added pomFile parameter to make install-file install the jar and the customed pom at the same time.
 discard 0883396  move plugins
 discard c7cf469  PR: MNG-1322 Submitted By: Allan Ramirez Reviewed By: John Casey
 discard 0be71c1  PR: MNG-1279 Submitted by:  	 Philipp Meier add missing model version to generated pom
 discard 11b3831  PR: MNG-1279 Submitted by: Philipp Meier Reviewed by:  Brett Porter ability to write a pom on install-file
 discard d97562c  cleanup some unused fields
 discard e46d1e4  ignore
 discard f10913c  [maven-release-plugin] prepare for next development iteration
 discard 23eb530  [maven-release-plugin] prepare release maven-install-plugin-2.0
 discard 423b622  update versions in plugins
 discard 1be71bf  more error diagnostics improvements
 discard d9b4853  PR: MNG-122 cleanup artifact metadata retrieval exceptions
 discard bc54e05  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has changed, so add a bunch of exclusions to ensure the old is not picked up fix bugs in mboot that wasn't honoring excludes.
 discard 7760e12  PR: MNG-1114 install:install-file should not run over subprojects
 discard 148b4d1  PR: MNG-653 use the file assigned by the packager for installation/deployment. Error out if that isn't done.
 discard 32bbf65  PR: MNG-644 remove use of deprecated artifact method (retain signature for backwards compat until next release of install/deploy plugins)
 discard d0f8adf  goal doesn't require a project
 discard 0de75dc  ignore release.properties and more
 discard 0f76fae  [maven-release-plugin] prepare for next development iteration
 discard 83cb975  [maven-release-plugin] prepare release maven-install-plugin-2.0-beta-1
 discard dd20662  update dependency and parent versions
 discard 61a8caa  Resolving MNG-851. Using MavenProject.getFile() rather than constructing new. Also fixed maven-deploy-plugin with similar bug.
 discard 76ecadf  PR: MNG-613 make sure versions are aggregated
 discard 76d7626  PR: MNG-613 deploy snapshot information to the correct directory and fix some other minor issues
 discard 8c59a94  PR: MNG-613 changes versioning to use repository metadata
 discard 5243f79  TODOs and cleanup
 discard d7ac416  PR: MNG-596 add XSD definition to m2 poms and archetypes
 discard d4dcc4d  Fix svn properties
 discard 374b36a  Resolving:
 discard 01e614d  Update all versions to beta-1-SNAPSHOT
 discard e5d635e  Resolving: MNG-495
 discard a6afc9a  refactoring of the resolveTransitiveDependencies call. simplified by removing a bunch of duplicated code in addArtifacts - no need to merge, you have the full list. separated the original artifacts (dependency artifacts) from the resolved artifacts (getArtifacts)
 discard c784e49  change <model> to <project> in root tag.
 discard 839bbd7  PR: MNG-257
 discard c302665  o Adding support for <executions/>, which means multiple runs of the same goal/set-of-goals with different configs. o Adding @phase declarations for those mojos that seem to be part of the main build, just for completeness o Added two ITs, to test that <executions/> doesn't mess up the normal operation, and to test multi-execution for a goal.
 discard f20a3a2  update parent references to get access to the ci settings
 discard 0f2c35f  remove old cvs ignore files
 discard 7594d57  PR: MNG-378 Only deploy the release information at the point of release
 discard cd8405b  Clean imports
 discard d4a8c21  bump versions
 discard e1ce6a5  use released versions
 discard d7d95ad  set consistent versions
 discard 40c9fa6  PR: MNG-338 Helpful error message for non-redistributable JARs, eg jdbc
 discard 21a9027  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
 discard 1b4bace  o Cleaned up field-level annotation support (especially descriptor extraction, generation, and building) o Converted all "core" plugins (including maven-core-it-plugin) to use field-level annotations o Removed generation of parameter descriptors for ${/#component.* param specifications. o Added @readonly for parameters that cannot be overridden by user configuration (List override was dangerous here) o Added validation against pom-derived configuration for @readonly para [...]
 discard d7a4aae  fix more references to the old package
 discard be3df65  remove unnecessary maven-core dependencies
 discard 1da59ea  add more use of ${} expressions, fix problem when } was not at end
 discard 587a379  correct problem where anything with a modified finalName was not installed/deployed
 discard e30abc3  improved error handling and other clean up
 discard f1dadb7  split the plugin API and the plugin descriptor code
 discard fe0f201  release alpha-1 plugins
 discard f7b2d1b  clean up dependencies.
 discard af204b6  update poms for releases
 discard 7228212  rewrite POM with new version on deployment
 discard 8acf11f  fix deploy/install os standalone POMs
 discard 008fd3d  deploy/install POMs as a type of metadata so they are done atomically
 discard 142faf1  change the maven group ID
 discard 325569d  convert install mojo to new execute().
 discard b8a861c  handle POM properly
 discard a33c05d  PR: MNG-52 change type of maven plugins to "maven-plugin" instead of plugin. This should allow other products to have different plugin types, if necessary.
 discard a575a06  flip pom format
 discard af378fb  depedency update
 discard c3f9497  there is no package plugin, so can't prereq on that - and prereqs are ignored now anyway.
 discard 6449c7a  Use a correct prereq.
 discard 3d6aa7c  - Make install mojo to the same model like deploy mojo - Install and deploy always pom.
 discard 239a46a  o Setting some additional ignores.
 discard d9db33e  *** empty log message ***
 discard 3491f10  o Adding <modelVersion> to the poms.
 discard 5d2d262  o update to account for the embedding changes made in maven-core.
 discard 2613104  plugins' poms are using type = plugin
 discard 30fe573  o Fixing groupId and version tags.
 discard 90dc32e  fixing pacakge name
 discard c00d24a  adding required dependencies
 discard d988766  the goal name was wrong
 discard 02e4023  correcting expression
 discard a6ca6cc  added generic install plugin. I am not sure if this is a right way of implementing this - but I will need similar things for site plugin - so this will serve as an example for disussion how to attain arbitrary goal(s) from plugin
     add 9a1ae60  added generic install plugin. I am not sure if this is a right way of implementing this - but I will need similar things for site plugin - so this will serve as an example for disussion how to attain arbitrary goal(s) from plugin
     add 3b92a6a  correcting expression
     add e908190  the goal name was wrong
     add 7f9db62  adding required dependencies
     add cc58ad8  fixing pacakge name
     add 5987fe6  o Fixing groupId and version tags.
     add 53365e7  plugins' poms are using type = plugin
     add 4f9b8d0  o update to account for the embedding changes made in maven-core.
     add 75938c6  o Adding <modelVersion> to the poms.
     add acf8c23  *** empty log message ***
     add 089f8fb  o Setting some additional ignores.
     add 4e51b30  - Make install mojo to the same model like deploy mojo - Install and deploy always pom.
     add 8d2aecc  Use a correct prereq.
     add 00695e4  there is no package plugin, so can't prereq on that - and prereqs are ignored now anyway.
     add a6b4801  depedency update
     add c7a2d5d  flip pom format
     add 020360d  PR: MNG-52 change type of maven plugins to "maven-plugin" instead of plugin. This should allow other products to have different plugin types, if necessary.
     add 5939033  handle POM properly
     add cca250a  convert install mojo to new execute().
     add 8f6858a  change the maven group ID
     add e8a610f  deploy/install POMs as a type of metadata so they are done atomically
     add 4506baa  fix deploy/install os standalone POMs
     add a728c33  rewrite POM with new version on deployment
     add 74734c0  update poms for releases
     add c01acb4  clean up dependencies.
     add e8338aa  release alpha-1 plugins
     add 2673ca4  split the plugin API and the plugin descriptor code
     add 2bdac11  improved error handling and other clean up
     add 88a69b6  correct problem where anything with a modified finalName was not installed/deployed
     add aa0a963  add more use of ${} expressions, fix problem when } was not at end
     add b03588e  remove unnecessary maven-core dependencies
     add 562159c  fix more references to the old package
     add 4c0c27f  o Cleaned up field-level annotation support (especially descriptor extraction, generation, and building) o Converted all "core" plugins (including maven-core-it-plugin) to use field-level annotations o Removed generation of parameter descriptors for ${/#component.* param specifications. o Added @readonly for parameters that cannot be overridden by user configuration (List override was dangerous here) o Added validation against pom-derived configuration for @readonly para [...]
     add 301542d  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
     add 7989576  PR: MNG-338 Helpful error message for non-redistributable JARs, eg jdbc
     add 7637664  set consistent versions
     add 1739c4b  use released versions
     add 1226b19  bump versions
     add 28b1a38  Clean imports
     add 4fffe8d  PR: MNG-378 Only deploy the release information at the point of release
     add 2d4651f  remove old cvs ignore files
     add a014d83  update parent references to get access to the ci settings
     add 2e2f174  o Adding support for <executions/>, which means multiple runs of the same goal/set-of-goals with different configs. o Adding @phase declarations for those mojos that seem to be part of the main build, just for completeness o Added two ITs, to test that <executions/> doesn't mess up the normal operation, and to test multi-execution for a goal.
     add 7066fb1  PR: MNG-257
     add b80c15d  change <model> to <project> in root tag.
     add 321a9ec  refactoring of the resolveTransitiveDependencies call. simplified by removing a bunch of duplicated code in addArtifacts - no need to merge, you have the full list. separated the original artifacts (dependency artifacts) from the resolved artifacts (getArtifacts)
     add fd58aa6  Resolving: MNG-495
     add a63475c  Update all versions to beta-1-SNAPSHOT
     add 934703e  Resolving:
     add 34ca1e8  PR: MNG-596 add XSD definition to m2 poms and archetypes
     add c1186d2  TODOs and cleanup
     add 63c6c2d  PR: MNG-613 changes versioning to use repository metadata
     add dfec639  PR: MNG-613 deploy snapshot information to the correct directory and fix some other minor issues
     add 6c0664a  PR: MNG-613 make sure versions are aggregated
     add 8d222ed  Resolving MNG-851. Using MavenProject.getFile() rather than constructing new. Also fixed maven-deploy-plugin with similar bug.
     add 85e4a1f  update dependency and parent versions
     add 693c6c9  [maven-release-plugin] prepare release maven-install-plugin-2.0-beta-1
     add f2f2da9  [maven-release-plugin] prepare for next development iteration
     add 21741ac  goal doesn't require a project
     add 1e93e75  PR: MNG-644 remove use of deprecated artifact method (retain signature for backwards compat until next release of install/deploy plugins)
     add 9c702fd  PR: MNG-653 use the file assigned by the packager for installation/deployment. Error out if that isn't done.
     add d8758e7  PR: MNG-1114 install:install-file should not run over subprojects
     add 8c0a2c4  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has changed, so add a bunch of exclusions to ensure the old is not picked up fix bugs in mboot that wasn't honoring excludes.
     add 99cae8f  PR: MNG-122 cleanup artifact metadata retrieval exceptions
     add bb9c61a  more error diagnostics improvements
     add a44a887  update versions in plugins
     add 26d5e7b  [maven-release-plugin] prepare release maven-install-plugin-2.0
     add f6b1990  [maven-release-plugin] prepare for next development iteration
     add ccfb6b6  cleanup some unused fields
     add b2140b4  PR: MNG-1279 Submitted by: Philipp Meier Reviewed by:  Brett Porter ability to write a pom on install-file
     add 5685382  PR: MNG-1279 Submitted by:  	 Philipp Meier add missing model version to generated pom
     add bb50d3b  PR: MNG-1322 Submitted By: Allan Ramirez Reviewed By: John Casey
     add a7c8863  -added pomFile parameter to make install-file install the jar and the customed pom at the same time.
     add 444216d  Upgrade parent to 2.0.1 so that the site is deployed in the right location
     add 9666a2f  Workaround for no primary artifact to install PR: MINSTALL-3
     add 5309695  back to previous parent
     add 2329520  [maven-release-plugin] prepare release maven-install-plugin-2.1
     add f914f7f  [maven-release-plugin] prepare for next development iteration
     add f82c47e  [MINSTALL-12] parameters should not be read only Submitted by: Patrick Lightbody
     add 2a30b0b  adjust parent POMs
     add 0f332c2  PR:MINSTALL-16
     add 6129bbd  PR: MASSEMBLY-16
     add 7245735  PR:MINSTALL-16
     add 92e28ec  removed src directory in test project
     add 6b6921a  -removed src directory in test project -added packaged project
     add cd8b0ab  -removed src directory in test project -added packaged project -removed plugin-config.pom -changed packaging from pom to jar
     add 4ecc16d  PR:MINSTALL-16
     add de6ddd5  PR:MINSTALL-16
     add f0d5355  PR:MINSTALL-16
     add e2efd3f  PR:MINSTALL-16
     add 308ee13  converted the local repo directory from string to file
     add 8a1b31d  PR: MINSTALL-17 Submitted by: Arik Kfir
     add 1a48639  PR: MINSTALL-9
     add 69fed1b  PR: MINSTALL-21
     add 42e5a02  PR: MINSTALL-27
     add ca1645d  PR: MINSTALL-27
     add ebb3d91  PR: MINSTALL-24, MINSTALL-27 Add classifier support so you can install sources, javadoc, etc Documentation revision to clean up verbage, add site.xml, etc
     add f1b6edf  PR: MINSTALL-27 Add correct issueManagement element
     add 0b2ad24  Oops, missed an instance of PMD
     add 8205473  PR: MINSTALL-27
     add 60c758d  Small verbage changes
     add 139c894  Updating example filenames per Brett's direction
     add 375c078  removed changelog plugin from the <reporting> section
     add c4329eb  repository API was changed
     add 6009e12  revised docs
     add 941fd38  revised docs
     add d4d5942  applied small revisions
     add 6426910  Replaced the "Introduction" word to plugin name
     add 7dd67ce  PR: MINSTALL-27
     add 8de48a7  [MINSTALL-34] update dependencies and correct build Submtted by: Martin Zeltner
     add 5c0409c  reformat
     add b1b9fbd  MINSTALL-35: Possibility to install an artifact on a given repository directory
     add f812fa5  o bumped the parent to 4-SNAPSHOT
     add 27f43a6  use inheritence and make all the site appearances consistent
     add 090c684  put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM.
     add 01eba3f  o updating to latest released parent
     add f15771a  - 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
     add 960f36c  Moving away from archiva-utils to plexus-digest.
     add 1f5b74a  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     add 65be982  bumping versions to latest for MINSTALL-19
     add b2335ad  MINSTALL-36: allow repository layout to be specified.
     add bcb3aa2  MINSTALL-36: added tests
     add 984dd77  [maven-release-plugin] prepare release maven-install-plugin-2.2
     add 78cc247  [maven-release-plugin] prepare for next development iteration
     add efa5f4a  Readd license header lost in release
     add 2a06891  Add new license headers
     add 96b5d90  read and write pom with UTF-8 instead of platform encoding
     add 6c33fb0  [MINSTALL-44] add XML encoding support for POM reading/writing
     add 2310d0b  [MINSTALL-44] fixed file encoding error in test file
     add 3b9498e  [MINSTALL-44] removed character at the end of the file which causes problem
     add 902d0f3  [PLXUTILS-60] fixed the code used to extract encoding from an XML prolog since it could catch an attribute value defined in the XML content (merged from plexus-utils r7158)
     add 7935ff5  [MINSTALL-48] Don't create checksums for gpg signature files Submitted by: Niall Pemberton
     add efb9ee4  o Added svn:eol-style=native
     add 5315110  o Update links to Doxia APT reference.
     add 00c72c2  Bumping all parent versions to 11, to allow deployment to alternative locations.
     add 39519ee  Try to use the 12-SNAPSHOT parent
     add 78dc384  o Added stub IT profile to highlight plugins during CI
     add 9c7026b  o Tweaked the POM to workaround a deficiency in the Release Plugin which causes loss of the license header
     add b2739ff  o Reordered POM
     add 4084fcb  o Added SCM information (compare http://www.nabble.com/Re%3A-%3Cscm%3E-element-in-plugin-POMs-p18934198.html)
     add 386506d  o Added project description
     add 825a2a3  o Updated index page of plugin site
     add b81a700  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     add 0f71702  o Explicitly stated UTF-8 as file encoding o Updated license header
     add 35aa579  o Updated index page of plugin site
     add 6c9a92a  o Fixed dependency
     add 155a067  use released parent
     add 7d1b13e  o Added some ITs
     add f86cb4e  o Locked down version of maven-jar-plugin
     add 8ec477f  o Used distinct group ids for the tests
     add fbe9f7b  [MINSTALL-55] install-file fails to grab version inhertied from parent
     add 0986416  o Improved validation messages
     add f7f919a  [MINSTALL-46] remove copy of plexus-utils' XML encoding support sources
     add d758190  o Added undeclared dependency
     add 8371994  [MINSTALL-56] No checksums installed for project with packaging POM
     add 7a69732  [MINSTALL-18] Bad algorithm to decide if the main artifact is to be installed or not
     add bbf7475  o Deleted unused variable
     add dec4395  [MINSTALL-41] Install with classifier does not install pom
     add e628465  o Refactored checksum creation bits
     add e215a74  [MINSTALL-56] No checksums installed for project with packaging POM
     add aaaebe0  o Fixed file handle leak
     add 1d00424  [MINSTALL-57] Default generatePom to true
     add 1c06576  [MINSTALL-49] install-file with javadoc and sources
     add d094921  [MINSTALL-49] install-file with javadoc and sources
     add dde9697  o Migrated core IT for MNG-851 over to the affected plugin
     add 7a743e2  o Extended IT
     add ed95381  use the latest parents
     add 96e49f8  o Inherited from maven-plugins:13
     add 43c555d  used http://maven.apache.org/xsd/* for schema location
     add 449a66c  o Improve documentation.
     add e550312  o Add @since tags to parameters.
     add 88ccafb  o Use a property to define the Maven core version.
     add 258c812  o Improve documentation. Use "goal" instead of "mojo".
     add 7bc55f6  o Improved logging
     add 7ffd56e  o Update example to more closely resemble real world usage
     add 5351252  [MINSTALL-59] Validate artifact id
     add f9fd23a  [MINSTALL-60] Support updateReleaseInfo for install-file
     add 67c969c  o Polished mojo annotations
     add 64303b9  o Fixed IT
     add 1b44fbb  [MINSTALL-35] Possibility to install an artefact on a given repository directory
     add af21a60  [MINSTALL-61] Remove parameter localRepositoryId
     add e500a5f  o Simplify examples.
     add 0691bf8  o Add an example on how to install secondary artifacts.
     add 0527cee  o Fix an error reported by Checkstyle.
     add fbd8f50  o Adjust case.
     add ad64dce  [maven-release-plugin] prepare release maven-install-plugin-2.3
     add 5e65aa6  [maven-release-plugin] prepare for next development iteration
     add a22af09  o fixed ambiguous links o added Doxia xsd
     add bc8af87  o Decoupled IT for maven-install-plugin from maven-site-plugin
     add 1628251  upgrade parent version to ensure source-release is automatic.
     add bba8a8a  o Updated to maven-invoker-plugin:1.4
     add 1c507c5  o Inherited from maven-plugins:16
     add b4fc0f2  o Inherited from maven-plugins:17
     add dd243df  [MINSTALL-75] Marked install plugins as @threadSafe, changed to 2.3.1-SNAPSHOT
     add a2f6899  [maven-release-plugin] prepare release maven-install-plugin-2.3.1
     add fb6d10d  [maven-release-plugin] prepare for next development iteration
     add 476c80c  [MINSTALL-81] Checksums of metadata files are not always correct in case of attached artifacts
     add 00537e7  o Updated to maven-invoker-plugin:1.5
     add 34373cb  fix relativePath to plugins parent and bump to latest parent for all plugins
     add d96fee0  upgrade plugins to latest parent 21
     add 77b1244  [MINSTALL-86] Goal summary for install:install only mentions main artifact
     add a56b899  upgrade to parent 22
     add e3faa54  [MINSTALL-88] use maven-plugin-tools' java 5 annotations Patch modified to use non snapshot version Submitted by Tony Chemit.
     add 8b1c18d  add Tony in contributor section
     add 4e40492  use last 3.1 version
     add a62b986  [MINSTALL-73] Add skip parameter. Submitted by Ludwig Magnusson.
     add 957c6cb  add Ludwig Magnusson in contributor section
     add 6229aac  add @since for the new field
     add db735fe  [MINSTALL-73] Add skip parameter add it test.
     add c6de689  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     add 90dd434  Tony is now in developers section
     add 80c3f13  [MINSTALL-87] Install:install-file on missing file should fail, not indicate success with bogus jar file message.
     add 70e438b  annotations are not needed for plugin execution so mark dependency as provided
     add 7dbbde4  use released parent pom
     add 706b2ba  use last p-u 3.0.5 version
     add b4ff0ef  use last invoker plugin version
     add 5fbe99d  [maven-release-plugin] prepare release maven-install-plugin-2.4
     add e198e24  [maven-release-plugin] prepare for next development iteration
     add dcc7faf  p-u 3.0.6 is faster to copy files
     add 185e062  use p-u 3.0.7-SNAPSHOT which fix an issue on copyFile: target directory not created
     add 18b4ae5  add snapshot repo for p-u 3.0.7-SNAPSHOT
     add 8cfcd33  p-u 3.0.7 released version
     add bbb7103  snapshot repo not anymore needed
     add a02c9e9  [MINSTALL-92] Removed "required" from skip param of install goal
     add 2b02243  update maven-plugin-plugin to 3.2
     add e01da37  [MINSTALL-93] Add installAtEnd option for multimodule projects
     add 872a6e1  upgrade all to last parent 24
     add 01c1ce5  Adjust name
     add 86bd2e9  [MINSTALL-52] install:install-file should default to a pom file found in the jar if available
     add b96ee4d  [MINSTALL-52] install:install-file should default to a pom file found in the jar if available
     add fda07b4  Add LICENSE and NOTICE files
     add 5c81c8e  [MINSTALL-95] Enhance documentation of install-file
     add 7975293  Follow ASF branding rules.
     add 9d443de  [MINSTALL-39] Maven Install Plugin always copy the artifact in the repository, even if there was no changes Create IT to confirm it is fixed in Apache Maven Core
     add 8cea645  apply generics
     add b880cda  Converted to m-s-u and removed p-digester
     add a2d1e1c  Added missing files
     add 1910fc8  And another file, svn is hard
     add 16d5b40  Made a DualDigester to avoid reading files twice
     add eee8b35  Fixed various java5 stuff
     add 172c426  Simplified code
     add 30b5d1f  Updated plexus components
     add 3029315  Add license
     add 73a7f89  Reformatted to code style
     add fbaf7fb  Set m-site-p to 3.3 so it can be built with M3.1 Set m-javadoc-p due to CVE-2013-1571
     add b41388c  Move license to proper location Reorganize imports
     add 75d6be8  Fix checkstyle errors
     add 0a6404c  Set m-project-info-reports-p to 2.7 so it can be built with M3.1
     add 4fd61d8  [maven-release-plugin] prepare release maven-install-plugin-2.5

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d891fbd)
            \
             N -- N -- N   refs/tags/maven-install-plugin-2.5 (95c2e01)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:

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