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:29:52 UTC

[maven-scm-publish-plugin] branch master created (now 0f265ac)

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-scm-publish-plugin.git.


      at 0f265ac  [MSCMPUB-33] added color to key message parts to improve UX

This branch includes the following new commits:

     new 4035993  move maven-scm-publish-plugin out of sandbox for a first beta-1 release (some asf projects need that)
     new d6ae8f6  add version parameter to use branch for checkout: possible to deploy to gh-pages
     new 233c7e4  fix field name prefer branch to version
     new 018a80e  use scmBranch for checkin too
     new 9f3e7d2  fix url
     new 39c0df8  fix scm url
     new 0b5eb35  fix parent relative path
     new 26ec3d5  added a note about MSITE-652, which will not require disabling skipDeploy for staging
     new 3e51365  in case of svn repository, we now check if remote path exists and create it.
     new 67a7632  add a parameter if folks want avoid automatic remote path creation for svn
     new 202f494  fix warning for automaticRemotePathCreation
     new dc3525b  fix typo in field name
     new e283ee3  use last plugin parent
     new b7925cc  remove duplicate dependency
     new 9f93915  remove svn path is not created automaticcaly
     new f5055b3  add link to examples
     new a57ff87  start improving documentation
     new 7fa81c3  add missing properties
     new 22bdc02  fix properties
     new e76350d  add documentation for multi modules deploy
     new 908ab2c  use a property
     new c0f6ddd  fix doc
     new 7a347a3  fix doc properties
     new eec177b  more documentation fix
     new 257d1f7  fix documentation
     new 4269bd1  herve doesn't like user.home :-)
     new 9cef313  remove an other user.home use
     new ce7e6b2  minor doc change
     new 3f47c57  fix escape
     new 555bc60  fix doc as the current one can cause failures
     new d8bb0d2  oups fix typo. I must use something else than vi sometimes :-)
     new 810a5c1  use scm released version 1.8
     new fc048ef  use released version
     new d15d96d  use last invoker plugin
     new 13f3631  formatting
     new 3844277  cleanup documentation
     new 4f0ce62  [maven-release-plugin] prepare release maven-scm-publish-plugin-1.0
     new d7dcb82  [maven-release-plugin] prepare for next development iteration
     new fc28d0d  back to 1.0-SNAPSHOT
     new 38fe496  [maven-release-plugin] prepare release maven-scm-publish-plugin-1.0-beta-1
     new f09ad63  [maven-release-plugin] prepare for next development iteration
     new 87ad258  use last p-u version 3.0.7 which is faster for file copy
     new c314394  add debugging
     new ce7d17a  added issueManagement entry
     new b5e29df  [MSCMPUB-1] removed obsolete prepare and publish goals
     new b3b2c3d  improved javadoc
     new 5790046  improved javadoc
     new e31c288  improved log messages
     new b5d2ff8  extracted and reworked checkCreateRemoteSvnPath()
     new 2d6122c  [MSCMPUB-2] publish-scm can fail with many files nothing similar to svn --targets for git so add files one by one.
     new ab87a1e  this bean cannot be reused
     new d7b003b  [MSCMPUB-2] publish-scm can fail with many files. upgrade to last scm snapshot.
     new 38950ef  an other workaround is used in maven-scm for windows
     new e977f8d  [MSCMPUB-2] publish-scm can fail with many files on windows.
     new 34c24d8  [maven-release-plugin] prepare release maven-scm-publish-plugin-1.0-beta-2
     new c0db553  [maven-release-plugin] prepare for next development iteration
     new 731e8da  update maven-plugin-plugin to 3.2
     new 832500d  simplified mono-module configuration and added comments
     new 70ac4b4  simplified configuration and command to run
     new 7487242  simplified configurations
     new 8b725ab  changed name to match standard core plugin names: Maven xxx Plugin
     new 42610f9  removed unused import
     new 8347e07  use ${project.reporting.outputDirectory} instead of copy/paste of default value
     new 04b1ab4  test with last parent
     new 1427ad0  fix typo
     new f5ff764  typo
     new 0dbd727  improved plugin output
     new 415fe20  consistency between message and following dryRun output
     new a9d74d7  improved output: added checkout directory and check-in duration info
     new a846585  more precise info
     new f53297b  Improved ITs, though still not good enough for Windows
     new addd2d8  Adjust pubScmUrl is case of file protocol. ${project.baseUri} is resolved as file:/C:/foo/bar with Windows, whereas svn requires at least file:/// to work
     new 7335976  pubScmUrl should only be adjusted for svn
     new 199109e  Update to released version of parent.
     new e64d49c  Follow ASF branding rules.
     new 58fb92c  Fix heading structure.
     new ac443ea  And even more plexus updates
     new 1ebfd45  Use m-site-p 3.3 in ITs to make it M3.1 proof
     new d51c19c  Add missing license headers. This plugin now passes the checks done by RAT.
     new 4af6aca  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new e00f2a2  init the collection only once
     new 0d978a9  note about MSITE-121 (which is now fixed: whoohoo!)
     new 2ebeacd  updated svnjava libraries versions
     new 2f31102  fixed instructions: site:stage and publish-scm must be run in two separate invocations
     new e32f3ea  improved instructions
     new 8a23119  fixed typos
     new 64f1604  fixed typos
     new a2f07e1  improved doc
     new 2436689  [MSCMPUB-7] added timestamp when commit starts
     new cb81630  [MSCMPUB-3] Upgrade to SCM-1.9 to benefit from SCM-435 fix
     new 22ea7b0  improved javadoc/goal documentation
     new ef8584c  [MSCMPUB-11] display content size (number of directories, files, and size)
     new ea1f110  improved display
     new 3e9f883  updated maven-site-plugin version
     new 87427f4  use actual version
     new c8ee1a2  improved javadoc/goal documentation
     new 961240f  fixed typo
     new 4771062  [MSCMPUB-6] when creating a directory in svn, if checkout fails, wait a few seconds and retry
     new 4326c67  [MSCMPUB-10] Pick up SCM credentials from settings.xml server section
     new aadebee  setPubScmUrl should always set value
     new 66069e1  more space in duration output
     new 16faaf2  use m-site-p 3.3
     new 63e3c7f  [maven-release-plugin] prepare release maven-scm-publish-plugin-1.0
     new 6f5d6f7  [maven-release-plugin] prepare for next development iteration
     new d01bfa5  rollback: artifact not signed during release
     new 55a338d  use run-its profile during release
     new a46f4de  [maven-release-plugin] prepare release maven-scm-publish-plugin-1.0
     new 509840a  [maven-release-plugin] prepare for next development iteration
     new a540950  [maven-release-plugin] rollback the release of maven-scm-publish-plugin-1.0
     new f572534  [maven-release-plugin] prepare release maven-scm-publish-plugin-1.0
     new d0cf45d  [maven-release-plugin] prepare for next development iteration
     new e52dbd5  rollback: artifact not signed during release once again
     new 2f8dc77  update maven-release-plugin to latest version
     new f5ebf86  [maven-release-plugin] prepare release maven-scm-publish-plugin-1.0
     new 2512f4c  [maven-release-plugin] prepare for next development iteration
     new 6439f00  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 8e6b177  [MSCMPUB-14] add all directories in 1 command per default
     new 3c84b1b  [MSCMPUB-15] log files and directories added/deleted as INFO
     new 1e52213  [MSCMPUB-12] use scmBranch when tryUpdate is specified too
     new 5bd7ddc  fixed typo
     new 35927b6  added information on topSiteURL configuration for site:stage
     new 6986714  test Karl Heinz idea for MNGSITE-152
     new 306b915  change from svn repository to web site
     new 19105ae  try a local dedicated download page with more explanations and mirrors support
     new d51f510  added "Previous Vesions" section
     new c933be3  added license header
     new 58d52fe  code simplification
     new a0ad06d  misc enhancements
     new c8d18c1  [maven-release-plugin] prepare release maven-scm-publish-plugin-1.1
     new a68de59  [maven-release-plugin] prepare for next development iteration
     new 38daf4e  fix escaping of expression
     new bf53562  [MSCMPUB-16]  - Injection via @Parameter instead of @Component  - Reordered imports.
     new eb352e7  Small language changes to log messages.
     new dc040ad  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new 8487335  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new 0a6d1cf  Updated to p-u .20
     new be5dec1  updated parent pom and fixed errors reported by Checkstyle
     new 1c5c689  changed svnpubsub url from /content to /components
     new 8cdd9ce  moved Jira from Codehaus to Apache
     new 9c33f8d  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new 3543002  [MSCMPUB-19] edge case when a SCM does not have private SCM filenames Submitted by: Roman Korpachyov
     new bc25c4c  [MSCMPUB-19] added contributor
     new 8916057  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new 1b2c381  use released version of plugin parent, i.e 28
     new 97fc696  [MPOM-95] updated parent pom location
     new 688d6af  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 a1c175c  o Updated to 'plexus-utils' 3.0.24.
     new e97b06f  o Updated 'plexus-archiver' to 3.2. o Updated 'commons-io' to 2.5.
     new fc502c1  updated Jira url
     new 158d4ad  updated Jira url
     new 4777039  [MSCMPUB-21] Upgrade maven-scm to 1.9.4
     new f74fb35  [MSCMPUB-22] Upgrade maven-shared-components parent to version 30
     new d7d89d5  Removed comment for plexus-utils about Maven 2 compatibility.
     new 7dbce21  [MSCMPUB-24] Upgrade maven-release-manager to 2.5.3
     new f640c57  [MSCMPUB-25] Upgrade Maven SCM to 1.9.5
     new 4ab1057  [MSCMPUB-26] Change scope of maven-plugin-annotations to provided
     new 1cb15cc  o Updated to latest parent SNAPSHOT.
     new 884c8e6  o Reverted last commit to reset to release version parent's.
     new c653610  [MSCMPUB-32] added instruction on Git orphan branch creation
     new 0f265ac  [MSCMPUB-33] added color to key message parts to improve UX

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