You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/05/29 18:36:21 UTC

[maven-deploy-plugin] branch deploy-at-end updated (2074d62 -> 49ada36)

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

cstamas pushed a change to branch deploy-at-end
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git


    from 2074d62  Fix keying and log message.
     add d4a468d  [maven-release-plugin] prepare release maven-deploy-plugin-3.0.0-M2
     add 9929303  [maven-release-plugin] prepare for next development iteration
     add 36a2030  Use Shared GitHub Actions
     add 6eb066e  [MDEPLOY-291] Update POM parent and Maven (#22)
     add d4bdd05  (doc) drop obsolete Google tracking code
     add dd39f5d  (doc) Update Fluido Skin to 1.10.0
     add 49ada36  Merge remote-tracking branch 'origin/master' into deploy-at-end

No new revisions were added by this update.

Summary of changes:
 .../foo.txt => .github/workflows/maven-verify.yml  |  12 ++-
 .github/workflows/maven.yml                        |  49 ----------
 pom.xml                                            | 106 +++++++++++----------
 .../maven/plugins/deploy/AbstractDeployMojo.java   |  39 +++++++-
 .../maven/plugins/deploy/DeployFileMojo.java       |   1 +
 .../apache/maven/plugins/deploy/DeployMojo.java    |   1 +
 src/site/site.xml                                  |   3 +-
 .../maven/plugins/deploy/DeployFileMojoTest.java   |  17 ++--
 .../maven/plugins/deploy/DeployMojoTest.java       |  32 ++-----
 .../deploy/stubs/ArtifactRepositoryStub.java       |  12 +++
 10 files changed, 140 insertions(+), 132 deletions(-)
 copy src/it/deploy-attached-sources/src/main/resources/foo.txt => .github/workflows/maven-verify.yml (78%)
 delete mode 100644 .github/workflows/maven.yml