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 2019/10/24 08:54:58 UTC

[maven-install-plugin] branch MINSTALL-153 created (now 9490dbf)

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

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


      at 9490dbf  [MINSTALL-153] - Remove the updateReleaseInfo parameter's leftovers

This branch includes the following new commits:

     new 9490dbf  [MINSTALL-153] - Remove the updateReleaseInfo parameter's leftovers

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-153] - Remove the updateReleaseInfo parameter's leftovers

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

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

commit 9490dbfbc3f283e88e7286262decade0230b85d9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Oct 24 10:54:50 2019 +0200

    [MINSTALL-153] - Remove the updateReleaseInfo parameter's leftovers
---
 src/site/apt/examples/update-release-info.apt | 42 ---------------------------
 src/site/site.xml                             |  1 -
 2 files changed, 43 deletions(-)

diff --git a/src/site/apt/examples/update-release-info.apt b/src/site/apt/examples/update-release-info.apt
deleted file mode 100644
index 98fb14b..0000000
--- a/src/site/apt/examples/update-release-info.apt
+++ /dev/null
@@ -1,42 +0,0 @@
-  ------
-  Updating the release information of a project
-  ------
-  Allan Ramirez
-  ------
-  2009-03-13
-  ------
-
-~~ Licensed to the Apache Software Foundation (ASF) under one
-~~ or more contributor license agreements.  See the NOTICE file
-~~ distributed with this work for additional information
-~~ regarding copyright ownership.  The ASF licenses this file
-~~ to you under the Apache License, Version 2.0 (the
-~~ "License"); you may not use this file except in compliance
-~~ with the License.  You may obtain a copy of the License at
-~~
-~~   http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing,
-~~ software distributed under the License is distributed on an
-~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~~ KIND, either express or implied.  See the License for the
-~~ specific language governing permissions and limitations
-~~ under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
-
-Updating the release information of a project
-
-  Updating the release information means that a forced update of the project's
-  metadata takes place which sets the artifact as the release version.
-  It is most useful when installing a plugin built from source so it can be
-  used by other projects without explicitly asking for the latest SNAPSHOT
-  version.
-
-  This can be activated by setting the <<<updateReleaseInfo>>> parameter to <<<true>>>
-  when installing.
-
-+---+
-  mvn install -DupdateReleaseInfo=true
-+---+
diff --git a/src/site/site.xml b/src/site/site.xml
index 0c9a4f5..41d25b7 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -35,7 +35,6 @@ under the License.
     <menu name="Examples">
       <item name="Installing Artifact with Custom POM" href="examples/custom-pom-installation.html"/>
       <item name="Generating Generic POM" href="examples/generic-pom-generation.html"/>
-      <item name="Updating Release Info" href="examples/update-release-info.html"/>
       <item name="Installing to a Specific Local Repository Path" href="examples/specific-local-repo.html"/>
       <item name="Installing Secondary Artifacts" href="examples/installing-secondary-artifacts.html"/>
     </menu>