You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/03/06 01:53:04 UTC

[commons-release-plugin] branch master updated (fe945e9 -> b804e7c)

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

chtompki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git.


    from fe945e9  Add a "Validating a release candidate" section.
     new b2cadef  COMMONSSITE-128: beginning staging cleanup mojo
     new 529a54c  Merge branch 'master' of github.com:apache/commons-release-plugin
     new 9005425  COMMONSSITE-128: more nibbles at cleaning dist directory prior to deploy
     new e0b1afc  COMMONSSITE-128: more nibbles at deletion, difficult to find
     new d1499ca  COMMONSSITE-128: clean up staging area
     new b804e7c  Merge branch 'master' of github.com:apache/commons-release-plugin

The 285 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.


Summary of changes:
 src/changes/changes.xml                            |   1 +
 .../commons/release/plugin/SharedFunctions.java    |  30 ++++
 .../mojos/CommonsDistributionStagingMojo.java      |  27 +--
 .../plugin/mojos/CommonsStagingCleanupMojo.java    | 185 +++++++++++++++++++++
 ...est.java => CommonsStagingCleanupMojoTest.java} |  41 +----
 .../staging-cleanup.xml}                           |  11 +-
 6 files changed, 237 insertions(+), 58 deletions(-)
 create mode 100644 src/main/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java
 copy src/test/java/org/apache/commons/release/plugin/mojos/{CommonsSiteCompressionMojoTest.java => CommonsStagingCleanupMojoTest.java} (56%)
 copy src/test/resources/mojos/{detach-distributions/detach-distributions.xml => staging-cleanup/staging-cleanup.xml} (79%)