You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/30 09:02:10 UTC

[maven-install-plugin] branch dependabot/maven/org.apache.maven.plugins-maven-plugins-38 updated (aca18ea -> f026712)

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

gnodet pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-plugins-38
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


    from aca18ea  Bump maven-plugins from 37 to 38
     add f026712  Reformat

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  40 +-
 .../maven/plugins/install/InstallFileMojo.java     | 440 ++++++++-------------
 .../apache/maven/plugins/install/InstallMojo.java  | 194 ++++-----
 .../maven/plugins/install/InstallFileMojoTest.java | 294 +++++++-------
 .../maven/plugins/install/InstallMojoTest.java     | 387 +++++++++---------
 .../install/stubs/AttachedArtifactStub0.java       |  26 +-
 .../install/stubs/AttachedArtifactStub1.java       |  12 +-
 .../plugins/install/stubs/InstallArtifactStub.java |  79 ++--
 8 files changed, 641 insertions(+), 831 deletions(-)