You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/01/30 08:44:29 UTC

[maven-install-plugin] branch master updated (508a3cd -> ba4cdf2)

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

sjaranowski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


    from 508a3cd  Disable merge button and add jira autolink
     add 1f9c6df  [MINSTALL-188] Upgrade Parent to 39
     add ba4cdf2  [MINSTALL-188] Upgrade Parent to 39 - code reformat

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  40 +-
 .../maven/plugins/install/InstallFileMojo.java     | 439 ++++++++-------------
 .../apache/maven/plugins/install/InstallMojo.java  | 193 ++++-----
 .../maven/plugins/install/InstallFileMojoTest.java | 354 ++++++++---------
 .../maven/plugins/install/InstallMojoTest.java     | 378 +++++++++---------
 .../install/stubs/AttachedArtifactStub0.java       |  26 +-
 .../install/stubs/AttachedArtifactStub1.java       |  12 +-
 .../plugins/install/stubs/InstallArtifactStub.java |  78 ++--
 8 files changed, 667 insertions(+), 853 deletions(-)