You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/09/23 11:52:53 UTC

[maven-install-plugin] branch MINSTALL-149 created (now 63a3696)

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

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


      at 63a3696  [MINSTALL-149] - Remove updateReleaseInfo parameter

This branch includes the following new commits:

     new 63a3696  [MINSTALL-149] - Remove updateReleaseInfo parameter

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



[maven-install-plugin] 01/01: [MINSTALL-149] - Remove updateReleaseInfo parameter

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MINSTALL-149
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git

commit 63a36963dcc16baf6ee412bbb3cf0656d1deae3f
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Sep 23 13:52:49 2018 +0200

    [MINSTALL-149] - Remove updateReleaseInfo parameter
---
 .../java/org/apache/maven/plugins/install/AbstractInstallMojo.java  | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/install/AbstractInstallMojo.java b/src/main/java/org/apache/maven/plugins/install/AbstractInstallMojo.java
index 3584d78..a7e0096 100644
--- a/src/main/java/org/apache/maven/plugins/install/AbstractInstallMojo.java
+++ b/src/main/java/org/apache/maven/plugins/install/AbstractInstallMojo.java
@@ -43,12 +43,6 @@ public abstract class AbstractInstallMojo
     @Component
     protected RepositoryManager repositoryManager;
 
-    /**
-     * Whether to update the metadata to make the artifact a release version.
-     */
-    @Parameter( property = "updateReleaseInfo", defaultValue = "false" )
-    protected boolean updateReleaseInfo;
-
     @Parameter( defaultValue = "${session}", required = true, readonly = true )
     protected MavenSession session;