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:23:42 UTC

[maven-deploy-plugin] branch master created (now 1c2d34c)

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-deploy-plugin.git.


      at 1c2d34c  [MDEPLOY-219] Upgrade maven-artifact-transfer to version 0.9.1

This branch includes the following new commits:

     new 1f1e983  Add a little deploy plugin
     new c4dc46a  - Make install mojo to the same model like deploy mojo - Install and deploy always pom.
     new 6f34235  typo
     new a395b66  depedency update
     new 5e4bccf  scoping
     new efff2eb  o Changed Set to List for remote repo handling so that we can maintain declarative ordering in remote repos we use. o Added UserModel support, integrated with maven-artifact and wagon via AuthenticationInfoProvider implementation.
     new 86f07d3  flip pom format
     new 9b1ab42  o Removed AuthenticationInfoProvider stuff o Added ArtifactRepositoryFactory stuff to construct with AuthenticationInfo if possible. o Added UserModelBuilder stuff for componentizing UserModel construction.   -> DefaultUserModelBuilder has a configuration point 'userModelPath' which can redirect where it reads user.xml from (${user.home} is substitutable here). o Added warning message to deployment plugin when deployment repo has no authentication info available. o Added [...]
     new 1061a50  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.
     new 4cc74ec  handle POMs correctly
     new d44dc34  o Changed maven-user-model/UserModel/UserModelBuilder to maven-settings/MavenSettings/MavenSettingsBuilder.
     new 2f86878  move log to AbstractPlugin, out of request. Request now contains only parameters (will move to fields) and marmalade context (can move to marmalade mojo wrapper)
     new 8d4f0bd  CHANGES ------------------------
     new db101ad  convert deploy mojo to new execute()
     new b608e4d  change the maven group ID
     new 0731ae9  transform deployment of SNAPSHOT. Currently, the POM and artifact are deployed separately, causing an inconsistent version to be written out.
     new 5c62d03  deploy/install POMs as a type of metadata so they are done atomically
     new 405f691  fix deploy/install os standalone POMs
     new a73bd37  rewrite POM with new version on deployment
     new 10f7e25  update poms for releases
     new a47f76a  clean up dependencies.
     new b7330e5  short comment
     new 37a08ce  release alpha-1 plugins
     new b5abe7c  split the plugin API and the plugin descriptor code
     new 9bdc619  correct problem where anything with a modified finalName was not installed/deployed
     new 30b9b6f  add more use of ${} expressions, fix problem when } was not at end
     new 6ca658e  remove unnecessary maven-core dependencies
     new a8d7727  fix more references to the old package
     new cc8370a  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 [...]
     new 3189bde  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
     new 66da3ee  set consistent versions
     new 91d422e  update to released versions
     new 6d55d31  bump versions
     new d421276  PR: MNG-378 Only deploy the release information at the point of release
     new cf62a98  o Removed dependency on plexus-container-artifact, using nested DefaultPlexusContainer instances instead for plugin isolation. o Moved marmalade support dependencies out of maven-core, since they can be supported on demand now o changed the ordering of the ant and assembly plugins, to show that the classloader (plugin param) bug is fixed. o added a method in PluginDescriptor which is similar to o.a.m.model.Plugin.getId() (I think that's the method; it's the one that resu [...]
     new ee32ffd  remove old cvs ignore files
     new 1ca2630  update parent references to get access to the ci settings
     new 3ea428f  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.
     new 4c17c3b  PR: MNG-257
     new 1972377  change <model> to <project> in root tag.
     new f9e4fb3  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)
     new 4ac71ec  Resolving: MNG-495
     new c57cbb7  Update all versions to beta-1-SNAPSHOT
     new 3a133a5  Resolving:
     new caaaeb0  PR: MNG-596 add XSD definition to m2 poms and archetypes
     new 5ec6488  PR: MNG-456 allow separate snapshot and release repositories deprecate existing snapshotPolicy and checksumPolicy in favour of updatePolicy and checksumPolicy within the <releases> and <snapshots> elements in the <repository> element.
     new fd8f3fd  better error message for missing deployment repository
     new 4ad48d8  PR: MNG-613 changes versioning to use repository metadata
     new 78106a0  PR: MNG-613 deploy snapshot information to the correct directory and fix some other minor issues
     new 765c61e  PR: MNG-613 make sure versions are aggregated
     new d6f6444  Resolving MNG-851. Using MavenProject.getFile() rather than constructing new. Also fixed maven-deploy-plugin with similar bug.
     new c507355  update dependency and parent versions
     new ae658f0  [maven-release-plugin] prepare release maven-deploy-plugin-2.0-beta-1
     new a9badcd  [maven-release-plugin] prepare for next development iteration
     new e43ca84  PR: MNG-644 remove use of deprecated artifact method (retain signature for backwards compat until next release of install/deploy plugins)
     new 77c0406  PR: MNG-653 use the file assigned by the packager for installation/deployment. Error out if that isn't done.
     new a2deb80  PR: MNG-122 cleanup artifact metadata retrieval exceptions
     new 30f3ab3  more error diagnostics improvements
     new f55cc05  update versions in plugins
     new 8f36b23  [maven-release-plugin] prepare release maven-deploy-plugin-2.0
     new 46921b0  [maven-release-plugin] prepare for next development iteration
     new 48e7a8e  cleanup some unused fields
     new 4438b35  PR: MNG-1255 Submitted by : Allan Ramirez Reviewed by Emmanuel Venisse Create .ssh directory $user.home if it doens't exist
     new f46023f  PR:MNG-1551 Added deploy-file goal which will enable users to install artifacts in their remote repository
     new 425e420  PR: MNG-1767 Submitted By: Marcel Schutte Reviewed By: Allan Ramirez
     new 91851d6  PR: MNG-1772
     new 25ca130  PR: MNG-1786 Submitted by: Chris Tucker Reviewed by: Allan Ramirez
     new b4c8b5b  PR: MNG-1828 Submitted by: Jochen Wiedmann Reviewed by: Allan Ramirez
     new 5d54f81  Updating poms to change dependencies on 2.0.1-SNAPSHOT info to 2.0.1 (parent-poms, and a couple references to maven-archiver).
     new 1a9ab19  PR: MNG-1837 Submitted by: Dan Tran Reviewed by: Allan Ramirez
     new 6e9c358  [maven-release-plugin] prepare release maven-deploy-plugin-2.1
     new 621b122  [maven-release-plugin] prepare for next development iteration
     new f0b027e  -added validation if there is no protocol provided in url parameter
     new f16a72a  PR:MDEPLOY-23 Submitted by: Jerome Lacoste Reviewed by: Allan Ramirez
     new 854addf  -added test
     new 6a737e5  PR: MDEPLOY-21
     new fe2e804  PR: MDEPLOY-19 Submitted By: Jerome Lacoste Reviewed By: Allan Ramirez
     new ef7c629  PR: MDEPLOY-24 Submitted By: Jerome Lacoste Reviewed by: Allan Ramirez
     new 978fce8  deploy snapshots with a unique version by default
     new 53bff37  [maven-release-plugin] prepare release maven-deploy-plugin-2.2
     new c72f388  [maven-release-plugin] prepare for next development iteration
     new 672f7ce  attach pom, don't deploy it separately
     new 2cc80ed  clean up code a little
     new b76a42d  fix test case
     new 8eaab83  adjust parent POMs
     new 4427755  renamed the test
     new c0f6f66  PR: MDEPLOY-30
     new 63bbdb7  PR:MDEPLOY-30
     new fde76a2  PR: MDEPLOY-30
     new ad24d59  PR: MDEPLOY-30
     new 1906a21  PR: MDEPLOY-30
     new 8cdb561  Adding support for alternative repository layouts, via -DrepositoryLayout=legacy for instance.
     new 97b3fd8  Fixing .ssh directory location in unit tests...it was ERASING existing/functional .ssh directories.
     new 2cad9dd  Fixed tabs -> spaces
     new 1c65ab0  set eol-style native
     new dd8d53a  Modified the code to support alternative repository layouts
     new bf7c96c  PR: MDEPLOY-31 Submitted by: Fabian Bauschulte
     new d9c9853  removed the default value of description for the generated Pom.
     new 77d5262  [MDEPLOY-33] Fixed ArtifactDeployer call to pass in the pomFile (generated or provided) along with the artifact, instead of the artifact-file. The main file is passed to the artifact using setFile(..) now.
     new 5240c7f  o Added parameter documentation o Removed @readonly from the generatePom parameter, to make consistent with the provision of an expression annotation o Added a default-value of "remote-repository" to the repositoryId parameter
     new 46db606  Updating documentation to reflect new functionality, and provide more information about configuration of deployment options.
     new fd91b61  Fixing tests once I moved the default-value of generatePom to the annotation, which is the standard.
     new 38426fd  PR: MDEPLOY-35
     new b985de3  use released testing framework
     new 54dde96  [maven-release-plugin] prepare release maven-deploy-plugin-2.2.1
     new 44ec9b2  [maven-release-plugin] prepare for next development iteration
     new 8ef78d1  PR: MDEPLOY-35
     new 1bae932  PR: MDEPLOY-35
     new 3d50084  PR: MDEPLOY-35
     new 9835c57  PR: MDEPLOY-35
     new b3bc58a  PR:MDEPLOY-35
     new 76dd265  fixed typo
     new 024d0da  [MDEPLOY-35] fix formatting
     new d83ad21  removed the changelog plugin from the <reporting> section
     new 9cb5c42  added faq
     new 2800e4a  Fix a couple of typos
     new 2c61b10  Replaced the "Introduction" word to plugin name
     new 44e7749  MNG-2460: Incorrect POM inheritance for plugins
     new f67006f  Adding alternative deployment repository parameter for the deploy:deploy mojo, and bumping the POM version to 2.3-SNAPSHOT to accommodate this new feature.
     new d1afc9c  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@433397 13f79535-47bb-0310-9956-ffa450edef68
     new 017ad0a  update all parents
     new 8755386  use inheritence and make all the site appearances consistent
     new fc2371f  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.
     new ccb58cb  o remove a bit of the noise
     new 9641fa2  o updating to latest released parent
     new c9963f4  o updating to latest released parent
     new dbeba8b  o updating the headers
     new e0619da  [maven-release-plugin] prepare release maven-deploy-plugin-2.3
     new 051329f  [maven-release-plugin] prepare for next development iteration
     new 627c72a  - 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 0ce8c60  Remove sysout println
     new 271c42b  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     new fa46209  [MDEPLOY-56] Adding the ability to draw version from parent specification when it's missing in the local model.
     new 7b760e0  read and write pom with UTF-8 instead of platform encoding
     new 4ceefae  make tests work even if you don't clean
     new bb50dc3  [MDEPLOY-66] add XML encoding support for POM reading/writing
     new 43e35ca  o Set EOL style to native.
     new b159b00  o Change the wording. o Add formating.
     new 6fcbc6f  o Use the correct plugin name.
     new 0fcc6be  o Fix the document titles.
     new 12aaf06  [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)
     new 789367d  [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)
     new 0ca27f2  fix unit tests due to the change of org.apache.maven.plugin.testing.stubs.ArtifactStub which now returns true in the method isSnapshot()
     new 822eae2  add license header in pom add scm information due to upgrade to 10 parent pom
     new ffab27e  upgrade to p-u 1.5 remove duplicated classes from p-u
     new a719304  [MDEPLOY-63] Allow disabling deployment for artifacts that should not be deployed
     new 20acae5  lock the plugin version (fix potential issue when using a fresh install due to the current build)
     new 5c09010  revert rev 630338
     new 7aa18ae  [MDEPLOY-63] Add a faq explaining how to skip deployment. TODO:  <pre> sections in .fml files do not display properly
     new c72180d  o Replace <pre> with <source> to make it look nicer.
     new 5e89915  [MDEPLOY-45] Classifier not supported by deploy:deploy deploy plugin failed when a project doesn't primary but only attached artifacts. Patch Submitted by Fabian Bauschulte It submitted by Daniel Schulz
     new 3c4deec  use last snapshot parent
     new 020bc3f  o Removed svn:executable
     new 6c91ecf  o Added svn:eol-style=native
     new 1efadc8  o Treated URL scheme as case-insensitive as sugguested by RFC 2396, section 3.1. "Scheme component"
     new adfdc92  fixed maven-deploy-plugin compilation failure due to MPLUGIN-107
     new 42230eb  upgrade to last parent configure the pom to build with a clean repo and without snapshot repos declared in the settings
     new adfe8a6  use last invoker plugin version and feature to have faster build http://maven.apache.org/plugins/maven-invoker-plugin/examples/fast-use.html
     new 027c27c  use released version
     new 44f77ee  update comment
     new de135b7  use released version
     new 7339628  o Removed unnecessary stuff
     new a4e031c  Remove snapshot repo now that maven-plugin-plugin 2.4.2 is released.
     new 5446950  fix checkstyle errors
     new b209211  o Enabled workaround for MINVOKER-43
     new e8cb661  o Fixed IT POM to use current version of plugin under test
     new 8b37561  [maven-release-plugin] prepare release maven-deploy-plugin-2.4
     new f47eaa3  [maven-release-plugin] prepare for next development iteration
     new 344844a  o added release notes from jira o using javadoc taglets
     new 3f48a2f  Try to use the 12-SNAPSHOT parent
     new 26a62af  Use the same activation rule for all integration-tests in plugins builds (-Dintegration-tests=true)
     new 7db154c  Align activation properties for integration-tests profile because we cannot setup it in the parent (see MNG-3228)
     new 53d5dd5  Upgrade to invoker 1.2.1-SNAPSHOT to fix MINVOKER-43 (and remove manual install) Cleanup plugins versions
     new f54731a  Use invoker 1.2.1-SNAPSHOT required by several plugins. Will be released in few days
     new b9fd762  o Synced id and activation of integration-tests with core ITs
     new 8368723  [MDEPLOY-70] remove copy of plexus-utils' XML encoding support sources
     new 0e71ef4  o Reordered POM
     new 49c0ad3  o Added project description
     new 8b33249  o Removed svn:executable
     new ed4f70b  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
     new 55357a4  o Updated index page of plugin site
     new bd7d58f  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new 7a82f37  o Fixed typo
     new 1f5accd  o Explicitly stated UTF-8 as file encoding o Updated license header
     new 56bc860  o Updated index page of plugin site
     new d99af22  o Inherited from maven-plugins:12
     new dfd4380  o Formatted/reordered POM
     new 678b187  o Removed inherited stuff
     new c957d1e  o Added some more ITs o Updated to maven-invoker-plugin:1.3
     new 29e47ad  o Used distinct group ids for the tests
     new f6f3bcc  o Avoided deprecated syntax @parameter expression="${component...}"
     new eebea2b  o Migrated core IT for MNG-851 over to the affected plugin
     new b6ff99b  o Added IT to test deploy-file
     new 83410eb  use the latest parents
     new b8ba785  o Inherited from maven-plugins:13
     new 3ee3db9  used http://maven.apache.org/xsd/* for schema location
     new 173bbba  o Tidied up dependencies
     new 989e987  o Added IT for deployment alternative repo
     new 87bb502  o Removed inherited stuff
     new 68d3041  o Polished code
     new 60a6ed2  o Polished error checking
     new 9f2e1a6  [MDEPLOY-78] Deploy with classifier does not deploy pom
     new 50e58cb  [MDEPLOY-59] deploy:deploy-file deletes the original file on error
     new 9e1a3ec  [MDEPLOY-84] NPE when deploy-file with generatePom=false
     new 2c6170c  o Polished mojo annotations
     new e8042b0  [MDEPLOY-52] deploy-file doesn't support updateReleaseInfo
     new 7b418e5  [MDEPLOY-88] Artifacts with invalid id can be deployed with deploy:deploy-file.
     new e3eefcb  o fixed ambiguous links o added Doxia xsd o updated license header
     new f319989  [MDEPLOY-109] Have plugin itself respect Maven's online/offline mode
     new f88b8ad  [MNG-4059] Remove support for non-unique SNAPSHOT deployments
     new 40aeb0e  [MNG-4059] Remove support for non-unique SNAPSHOT deployments
     new af95b03  upgrade parent version to ensure source-release is automatic.
     new d1a0a30  o Updated to maven-invoker-plugin:1.4
     new 4d46e87  o Fixed indentation
     new 462431e  [MDEPLOY-89] Skip won't work if distribution management is not specified
     new 8aa6a60  o Inherited from maven-plugins:16 o Updated to maven-invoker-plugin:1.5
     new 8514034  o Enabled IT
     new ac0c966  [MDEPLOY-50] deploy:deploy fails without distributionManagment despite altDeploymentRepository being specified
     new 9132e9f  o Decoupled from plexus
     new 9fa5994  [MDEPLOY-113] No longer able to deploy an artifact w/o a pom
     new f11e017  o Updated site
     new 8cd7cb2  o Fixed API misuse
     new b94aa82  [maven-release-plugin] prepare release maven-deploy-plugin-2.5
     new 2d0eb14  [maven-release-plugin] prepare for next development iteration
     new ccaecbe  o Polished documentation
     new eda4911  o Inherited from maven-plugins:17
     new f85e2a2  o Decoupled tests from interaction with Unix shell variables
     new e30215a  o Decoupled test from MDEPLOY-112
     new 5baa552  [MDEPLOY-112] deployed snapshot name has different build numbers for multiple artifacts of the same build
     new 24fc352  [MDEPLOY-123] http://maven.apache.org/plugins/maven-deploy-plugin/usage.html says maven does not support password hashing
     new d0ddc84  repositoryId should
     new eab97fa  Revert bad commit
     new becf9ff  [MDEPLOY-48] Add options to deploy sources and javadoc along with main jar when using deploy-file.
     new 5487d76  [MDEPLOY-48] Add some basic site docs for the sources and javadoc deployment
     new d034130  o Remove unused import
     new b62693f  [MDEPLOY-48] Refactor handling of sources and javadocs to work with Maven 2.x
     new 3b69240  [MDEPLOY-106] Packaging should default to file extension if non is specified.
     new fcd48f1  fix relativePath to plugins parent and bump to latest parent for all plugins
     new 81cbb83  o added mavenVersion property when not already there o used mavenVersion property for maven prerequisite
     new 8e01a46  o prefer FileUtils.fileRead() API to IOUtil.copy() to avoid file handle leaks in IT verification scripts o code formatting
     new e12cd9f  [maven-release-plugin] prepare release maven-deploy-plugin-2.6
     new eca8749  [maven-release-plugin] prepare for next development iteration
     new 61e0de4  [MDEPLOY-133]
     new 0624841  adding a since tag
     new c6bf01f  tidy-up
     new c994919  javadoc
     new bf04c9b  picking up some comments from Brett on r1126367
     new dac4bad  [MDEPLOY-132] Add more explanation to packaging versus type as it reflects off of -Dpackaging.
     new 8fbb07c  [MDEPLOY-136] retryFailedDeploymentCount is actually just plain retry deployment
     new 56a0201  [MDEPLOY-137] Allow deployment of multiple side artifacts at the same time via the CLI
     new e966507  upgrade plugins to latest parent 21
     new 6894a87  [MDEPLOY-127] Mark deploy plugin as @threadSafe for maven3
     new 07515d2  update parent
     new 444625c  [maven-release-plugin] prepare release maven-deploy-plugin-2.7
     new 6c6efed  [maven-release-plugin] prepare for next development iteration
     new 1c5dee6  make the source block render correctly
     new 30638c1  [MDEPLOY-46] Add IT for snapshot deployment with altDeploymentRepository
     new ae6d636  avoid running integration tests twice
     new ae459b0  [MDEPLOY-151] use maven-plugin-tools' java 5 annotations Patch modified to use a released version Submitted by Tony Chemit.
     new 709a5cb  add Tony Chemit in contributor section
     new f81fcb2  [MDEPLOY-151] use maven-plugin-tools' java 5 annotations Submitted by Tony Chemit.
     new 9f1535c  use last 3.1 version
     new 2293f74  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new 4eac75d  Tony is now in developers section
     new 6350ae3  annotations are not needed for plugin execution so mark dependency as provided
     new def3c99  use released parent pom
     new eb94c78  update maven-plugin-plugin to 3.2
     new 0d3a80b  [MDEPLOY-157] Add deployAtEnd option for multimodule projects
     new b30f9e0  Apply generics and foreach loops
     new aa16ec4  Now tests also succeed under Eclipse
     new 6d689c0  Apply generics and foreach loops
     new c8ae361  upgrade all to last parent 24
     new b336f86  [MDEPLOY-158] deploy:deploy does not work for only Deploying artifact to Maven Remote repo
     new 0f035cc  Follow ASF branding rules.
     new 567c4bb  More plexus updates
     new 462842c  Oh, look at that button. Does that convert everything to correct java5 ??
     new f61ce89  Further code analysis improvements
     new 4db3842  Reformatted to code style
     new de0631e  Revert "Reformatted to code style"
     new d11b681  use maven-invoker-plugin 1.8 to be able to use -Dinvoker.mavenExecutable=mvnDebug
     new 8a3ccc1  [MDEPLOY-145] Documentation does not list layouts
     new d3db17f  [MDEPLOY-68] altDeploymentRepository allows dangerous deploy processes
     new 4089424  Code formatting
     new 053aab3  Rename pages so they can be filtered
     new bb00fae  Remove example with uniqueVersion=false, it's not supported with M3 anymore
     new 7477e13  Use fully qualified path of goal when using deploy-file to ensure the preferred version
     new 5736a99  [MDEPLOY-154] Rewrite page 'deploy with classifier'
     new 75a0edf  Set correct Subversion properties: eol-style and keywords.
     new 1e860cf  Set correct Subversion properties: mime-type, eol-style and keywords. We need to handle these files in a special  way because they use UTF-16 encoding. By default Subversion detects these as being binary.
     new 83ca122  Roll back r1525209. Do not set the Subversion properties: mime-type, eol-style and keywords. We need to handle these files in a special  way because they use UTF-16 encoding.
     new fbf05c1  Set correct Subversion properties: executable.
     new 427a6e3  Add missing license headers. This plugin now passes the checks done by RAT.
     new 40e4a1a  Set correct Subversion properties: EOL
     new b22ecf8  revert r1525229 due to failing tests
     new 97ea007  Properly revert r1525229-1525230 due to failing tests.
     new 1dae31b  prepare reference documentation publication to /plugins-archives/maven-deploy-plugin-LATEST
     new 7c022dd  Use proper version of m-javadoc-p (CVE-2013-1571) and m-project-info-reports-p (M3.1+)
     new b289111  [maven-release-plugin] prepare release maven-deploy-plugin-2.8
     new f7b9295  [maven-release-plugin] prepare for next development iteration
     new f183cdc  [MDEPLOY-169] deployAtEnd broken with parallel builds
     new f56d076  Added missing Generics
     new b64b108  [MDEPLOY-170] Plugin configuration on module level is ignored when deployAtEnd
     new bc8b8fd  [maven-release-plugin] prepare release maven-deploy-plugin-2.8.1
     new 487a8af  [maven-release-plugin] prepare for next development iteration
     new a2389d8  [MDEPLOY-172] Concurrency problem with deployAtEnd in parallel builds Patch contributed by Hermann Josef Hill, verified and adjusted by Robert Scholte
     new 5a84f6a  [MDEPLOY-174] [REGRESSION] url not required anymore, causing a NullPointerException Fix required-marker and @since doclettags which were lost after MDEPLOY-151
     new f3b04cc  mark deployAtEnd as experimental. Users should be more aware when using this feature.
     new 5517131  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 06bdfce  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 3440740  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new d414a08  added license header
     new de6af74  IT to verify that sources and javadoc are uploaded as well when using deploy-file
     new 9de8712  [MDEPLOY-185]  - Injection via @Parameter instead of @Component
     new 810e447  [MDEPLOY-186]  - Upgraded build compatibility to Maven 2.2.1
     new 724f9a0  [MDEPLOY-181]  - Added an IT to show the problem exists.
     new 7c755f6  avoid failure on CI for an IT that is expected to fail at the moment
     new b1dccbf  Move -D arguments to test.properties. Since it's a Maven Core issue (feature or bug) set it to its next release
     new 7ef8ce1  Since it's a Maven Core issue (feature or bug) set it to its next release
     new 3b62d2a  [maven-release-plugin] prepare release maven-deploy-plugin-2.8.2
     new 82b8d79  [maven-release-plugin] prepare for next development iteration
     new 3cbf6a6  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new fa2ee59  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new 9503f3a  [MDEPLOY-188]  - Upgrade plexus-utils from 3.0.15 to 3.0.18
     new fbe851c  [MDEPLOY-171]  - Removed deprecated marked entries.    artifact, packaging, pomFile, attachedArtifacts fixed unit tests accordingly.
     new 312793a  Updated to p-u .20
     new 1211506  [MDEPLOY-191] Upgrade to maven-plugins parent version 27  - Cleaned up pom accordingly to let the parent do it's work.  - Fixed checkstyle reported issues.
     new a1b15eb  [MDEPLOY-192] Upgrade maven-plugin-testing-harness to 1.3
     new 932eff3  [MDEPLOY-194] Deploy SSH external: copy and paste failure in POM snippet comment
     new e6152ec  [MDEPLOY-178] Use information provided in pom.xml of JAR
     new aa4b86c  changed svnpubsub url from /content to /components
     new 92d7ed3  moved Jira from Codehaus to Apache
     new 5ff429c  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new 89980bf  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new 9b2c32c  Merge with 3.0-branch
     new 8527ac1  Replace localRepository with RepositoryManager, push down to deploy-file since deploy doesn't use it
     new 1eed50a  MDEPLOY-202: deploy-file goal insists on deploying source file for previous deploy-file execution
     new e838202  use released version of parent-28
     new 24105c5  [MDEPLOY-203] Rename package to org.apache.maven.plugins
     new ddee82b  [MPOM-95] updated parent pom location
     new b2c2b5a  Adjust package of RepositoryManager
     new 0d61f9d  [MDEPLOY-205] MavenProject with only attachments must have packaging "pom"
     new cfee7ee  o Updated to 'plexus-utils-3.0.23'. o Updated to stop suppressing exceptions incorrectly when closing resources.   Most of the time the 'IOUtils.closeQuietly' methods of 'commons-io' and   the 'IOUtil.close' method of 'plexus-utils' are used incorrectly. They   are meant to be used in 'finally' blocks to not suppress an exception   already thrown in the 'try' block. The documentation of the   'IOUtils.closeQuietly' methods explicitly contains usage examples.   As soon as [...]
     new d912c04  o Updated to 'plexus-utils' 3.0.24.
     new 34b54a1  updated Jira url
     new e455442  Cleaned up code.  o Removed unused code.
     new 56db802  [MDEPLOY-209] Upgrade maven-shared-components parent to version 30
     new 20f5b8a  Make a three digit version.
     new e157556  [MDEPLOY-209] Upgrade maven-shared-components parent to version 30  o Followup let the parent do it's work.
     new ecd4a82  Use three digit version line for artifact-transfer as well.
     new a7facac  [MDEPLOY-210] Upgrade of commons-io to 2.5.
     new 91f24da  [MDEPLOY-181] DeployAtEnd cannot be overwritten from command line using -DdeployAtEnd=false
     new f9575b1  [MDEPLOY-212] deploy-file incorrectly deploys attached artifacts [MDEPLOY-213] deploy-file replaces main artifact of a project
     new 01c8658  o DeployMojo   Using ProjectDeployer instead of ArtifactDeployer   which makes code much more simpler and using   ProjectDeployerRequest instead of DeployRequest. o DeployFileMojo   using ArtifactDeployer. o Added slf4j-api and slf4j-noop in test scope   to get running the tests.
     new cb1a5a3  Fixed duplicated license header.
     new ed6d6ec  Followed renaming methods in DeployProject interface.
     new 5a55988  Removed unused artifactFactory
     new 9c7f253  [MDEPLOY-215] Remove link to non-existing Codehaus wiki
     new c47aeea  [MDEPLOY-211] uniqueVersion broken (if not supported, should be removed from doc, and warning printed)
     new 1170494  Migration to Maven 3: because of an API change in ModelProblemCollector between 3.0.x and 3.1.x, that interface cannot be used as-is for compatibility for both in order to determine if the coordinate information passed by the user is valid. The plugins are compiled with 3.0 core and are currently linked to a specific ModelProblemCollector, but starting with 3.1.0-alpha-1, Maven core calls a different method than the one the plugins were compiled with. This results in Abs [...]
     new 2be1537  Correct jira.codehaus.org to issues.apache.org/jira
     new e619ea3  o Updated to latest parent SNAPSHOT.
     new 0561477  o Reverted last commit to reset to release version parent's.
     new cdf7d0a  [MNG-5457] Show repository id when downloading or uploading from/to a remote repository
     new c820df8  [MNG-5457] Show repository id when downloading or uploading from/to a remote repository
     new b0286fe  [MDEPLOY-207] Remove @Deprecated marked code  o Removed the repositoryLayout parameter of deploy-file goal    and the configuration part layout in altDeploymentRepository    cause we are in Maven 3 and not Maven 2 and before anymore.
     new 4ab9964  [MDEPLOY-207] Remove @Deprecated marked code  o followup fixed the UT which are referencing    plugin-config.xml files.
     new c62ba1e  [MDEPLOY-207] Remove @Deprecated marked code  o followup fixed the exception message.
     new 914779f  [MDEPLOY-207] Remove @Deprecated marked code  o Fixed integration tests which used layout definition    for altDeploymentRepository.
     new 1c2d34c  [MDEPLOY-219] Upgrade maven-artifact-transfer to version 0.9.1

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