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

khmarbaise pushed a commit to branch migration
in repository https://gitbox.apache.org/repos/asf/maven-blog.git


The following commit(s) were added to refs/heads/migration by this push:
     new bb29af5  Continued.
bb29af5 is described below

commit bb29af59c6d6cf86ddd0b9e40f17da32fdafb70d
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Mon May 1 14:12:55 2023 +0200

    Continued.
---
 ...down => apache-maven-help-plugin-3.3.0.markdown | 130 ++++++++++-----------
 apache-maven-indexer-6.1.1.markdown                |  69 +++++++++++
 apache-maven-indexer-6.2.0.markdown                |  55 +++++++++
 apache-maven-indexer-6.2.2.markdown                |  29 +++++
 apache-maven-indexer-version-6.markdown            |  80 -------------
 apache-maven-indexer-version-61.markdown           |  66 -----------
 apache-maven-indexer-version-62.markdown           |  25 ----
 apache-maven-install-plugin-3.0.0-M1.markdown      |  91 +++++++++++++++
 apache-maven-install-plugin-3.0.0.markdown         |  56 +++++++++
 apache-maven-install-plugin-3.0.1.markdown         |  39 +++++++
 apache-maven-install-plugin-version.markdown       | 111 ------------------
 apache-maven-install-plugin-version1.markdown      |  34 ------
 apache-maven-invoker-plugin-3.1.0.markdown         |  67 +++++++++++
 apache-maven-invoker-plugin-3.2.0.markdown         |  58 +++++++++
 apache-maven-invoker-plugin-version.markdown       |  86 --------------
 apache-maven-invoker-plugin-version1.markdown      |  69 -----------
 16 files changed, 529 insertions(+), 536 deletions(-)

diff --git a/apache-maven-help-plugin-version4.markdown 
b/apache-maven-help-plugin-3.3.0.markdown
similarity index 97%
rename from apache-maven-help-plugin-version4.markdown
rename to apache-maven-help-plugin-3.3.0.markdown
index edc8b75..abed37a 100644
--- a/apache-maven-help-plugin-version4.markdown
+++ b/apache-maven-help-plugin-3.3.0.markdown
@@ -1,65 +1,65 @@
----
-layout: post
-title: "Apache Maven Help Plugin Version 3.3.0 Released"
-date: '2022-08-16T20:02:02+00:00'
-permalink: apache-maven-help-plugin-3-3-0
-categories:
-  - Maven-Help-Plugin
-  - Maven-Plugin-Releases
----
-The Apache Maven team is pleased to announce the release of the
-[Apache Maven Help Plugin, version 
3.3.0](https://maven.apache.org/plugins/maven-help-plugin/)
-
-The Maven Help Plugin is used to get relative information about a project or
-the system. It can be used to get a description of a particular plugin,
-including the plugin's goals with their parameters and component requirements,
-the effective POM and effective settings of the current build, and the profiles
-applied to the current project being built.
-
-Important Notes since Version 3.3.0
-
-* JDK 8 minimum requirement
-* Minimum Maven version 3.2.5
-
-You should specify the version in your project's plugin configuration:
-
-```xml
-<plugin>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-help-plugin</artifactId>
-  <version>3.3.0</version>
-</plugin>
-```
-
-You can download the appropriate [sources etc. from the download 
page](https://maven.apache.org/plugins/maven-help-plugin/download.cgi).
-
-
-[Release Notes - Maven Help Plugin - Version 
3.3.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=12345417)
-
-* Bugs:
-
-    * [MPH-164](https://issues.apache.org/jira/browse/MPH-164) - Effective-pom 
ignores artifact argument
-    * [MPH-171](https://issues.apache.org/jira/browse/MPH-171) - Plugin 
repositories are not preserved from project pom
-
-* Improvements:
-
-    * [MPH-162](https://issues.apache.org/jira/browse/MPH-162) - Allow all 
mojos to be configured to produce repeatable output
-    * [MPH-167](https://issues.apache.org/jira/browse/MPH-167) - make build 
Reproducible
-    * [MPH-170](https://issues.apache.org/jira/browse/MPH-170) - Require Maven 
3.1.1 (drop dependency to Maven 3.0)
-
-* Tasks:
-
-    * [MPH-187](https://issues.apache.org/jira/browse/MPH-187) - Upgrade to 
JDK minimum
-    * [MPH-188](https://issues.apache.org/jira/browse/MPH-188) - Cleanup - Pom
-
-* Dependency upgrades:
-
-    * [MPH-174](https://issues.apache.org/jira/browse/MPH-174) - Upgrade 
XStream to 1.4.17
-    * [MPH-179](https://issues.apache.org/jira/browse/MPH-179) - Upgrade 
XStream to 1.4.18
-    * [MPH-186](https://issues.apache.org/jira/browse/MPH-186) - maven-parent 
to 37
-    * [MPH-190](https://issues.apache.org/jira/browse/MPH-190) -¡ Upgrade 
Maven Reporting API to 3.1.1
-
-Enjoy,
-
--The Apache Maven team
-
+---
+layout: post
+title: "Apache Maven Help Plugin Version 3.3.0 Released"
+date: '2022-08-16T20:02:02+00:00'
+permalink: apache-maven-help-plugin-3-3-0
+categories:
+  - Maven-Help-Plugin
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Help Plugin, version 
3.3.0](https://maven.apache.org/plugins/maven-help-plugin/)
+
+The Maven Help Plugin is used to get relative information about a project or
+the system. It can be used to get a description of a particular plugin,
+including the plugin's goals with their parameters and component requirements,
+the effective POM and effective settings of the current build, and the profiles
+applied to the current project being built.
+
+Important Notes since Version 3.3.0
+
+* JDK 8 minimum requirement
+* Minimum Maven version 3.2.5
+
+You should specify the version in your project's plugin configuration:
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-help-plugin</artifactId>
+  <version>3.3.0</version>
+</plugin>
+```
+
+You can download the appropriate [sources etc. from the download 
page](https://maven.apache.org/plugins/maven-help-plugin/download.cgi).
+
+
+[Release Notes - Maven Help Plugin - Version 
3.3.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=12345417)
+
+* Bugs:
+
+    * [MPH-164](https://issues.apache.org/jira/browse/MPH-164) - Effective-pom 
ignores artifact argument
+    * [MPH-171](https://issues.apache.org/jira/browse/MPH-171) - Plugin 
repositories are not preserved from project pom
+
+* Improvements:
+
+    * [MPH-162](https://issues.apache.org/jira/browse/MPH-162) - Allow all 
mojos to be configured to produce repeatable output
+    * [MPH-167](https://issues.apache.org/jira/browse/MPH-167) - make build 
Reproducible
+    * [MPH-170](https://issues.apache.org/jira/browse/MPH-170) - Require Maven 
3.1.1 (drop dependency to Maven 3.0)
+
+* Tasks:
+
+    * [MPH-187](https://issues.apache.org/jira/browse/MPH-187) - Upgrade to 
JDK minimum
+    * [MPH-188](https://issues.apache.org/jira/browse/MPH-188) - Cleanup - Pom
+
+* Dependency upgrades:
+
+    * [MPH-174](https://issues.apache.org/jira/browse/MPH-174) - Upgrade 
XStream to 1.4.17
+    * [MPH-179](https://issues.apache.org/jira/browse/MPH-179) - Upgrade 
XStream to 1.4.18
+    * [MPH-186](https://issues.apache.org/jira/browse/MPH-186) - maven-parent 
to 37
+    * [MPH-190](https://issues.apache.org/jira/browse/MPH-190) -¡ Upgrade 
Maven Reporting API to 3.1.1
+
+Enjoy,
+
+-The Apache Maven team
+
diff --git a/apache-maven-indexer-6.1.1.markdown 
b/apache-maven-indexer-6.1.1.markdown
new file mode 100644
index 0000000..f6a2ac8
--- /dev/null
+++ b/apache-maven-indexer-6.1.1.markdown
@@ -0,0 +1,69 @@
+---
+layout: post
+title: "Apache Maven Indexer Version 6.1.1 Released"
+date: '2022-02-17T13:34:18+00:00'
+permalink: apache-maven-indexer-6-1-1
+categories:
+  - Maven-Indexer
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Indexer, version 6.1.1](https://maven.apache.org/maven-indexer/).
+
+Apache Maven Indexer (former Sonatype Nexus Indexer) is the de facto standard 
for producing indexes
+of Maven repositories. The Indexes are produced and consumed by all major 
tools in the ecosystem.
+
+Most notable changes:
+
+* Java 8 required
+* Lucene upgraded to latest 8.x (8.11.1)
+* Guava and TrueZip dependencies removed
+
+You can download the appropriate sources etc. from the download page:
+
+https://maven.apache.org/maven-indexer/download.cgi
+
+
+<!-- more -->
+
+[Release Notes - Maven Indexer - Version 
6.1.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351333&styleName=Text&projectId=12317523)
+
+* Bugs:
+
+    * [MINDEXER-123](https://issues.apache.org/jira/browse/MINDEXER-123) - Fix 
an InputStream leak in indexer-reader Utils
+    * [MINDEXER-127](https://issues.apache.org/jira/browse/MINDEXER-127) - 
Maven repository indexing error: java.nio.channels.OverlappingFileLockException
+    * [MINDEXER-133](https://issues.apache.org/jira/browse/MINDEXER-133) - 
Reset the correct stream in IndexDataReader
+    * [MINDEXER-135](https://issues.apache.org/jira/browse/MINDEXER-135) - Fix 
CLI shading
+    * [MINDEXER-138](https://issues.apache.org/jira/browse/MINDEXER-138) - 
Indexer Core Jetty test dependency is not in test scope
+
+* Improvements:
+
+    * [MINDEXER-104](https://issues.apache.org/jira/browse/MINDEXER-104) - 
Migrate the indexer to Lucene 8.x
+    * [MINDEXER-110](https://issues.apache.org/jira/browse/MINDEXER-110) - 
Upgrade parent to 31
+    * [MINDEXER-114](https://issues.apache.org/jira/browse/MINDEXER-114) - 
Extend JarFileContentsIndexCreator to support zip files
+    * [MINDEXER-115](https://issues.apache.org/jira/browse/MINDEXER-115) - 
Remove deprecated usages of BooleanQuery constructor - use Builder instead
+    * [MINDEXER-116](https://issues.apache.org/jira/browse/MINDEXER-116) - 
Move to Java 8 as minimum Java version
+    * [MINDEXER-117](https://issues.apache.org/jira/browse/MINDEXER-117) - Add 
ability to set the temporary index directory for index update
+    * [MINDEXER-118](https://issues.apache.org/jira/browse/MINDEXER-118) - 
Remove usages of pre-Lucene 4.0 deprecated code
+    * [MINDEXER-120](https://issues.apache.org/jira/browse/MINDEXER-120) - 
Remove TrueZip dependency
+    * [MINDEXER-122](https://issues.apache.org/jira/browse/MINDEXER-122) - Add 
getName() to Record.EntryKey
+    * [MINDEXER-129](https://issues.apache.org/jira/browse/MINDEXER-129) - 
Shared GitHub Actions
+    * [MINDEXER-132](https://issues.apache.org/jira/browse/MINDEXER-132) - use 
Files.createTempDirectory(...) instead of custom code around 
File.createTempFile(...)
+
+* Tasks:
+
+    * [MINDEXER-109](https://issues.apache.org/jira/browse/MINDEXER-109) - 
switch from Git-WIP to Gitbox
+    * [MINDEXER-113](https://issues.apache.org/jira/browse/MINDEXER-113) - 
Excluding additional dependencies from shaded jar
+    * [MINDEXER-134](https://issues.apache.org/jira/browse/MINDEXER-134) - 
Update dependencies (except Lucene)
+    * [MINDEXER-137](https://issues.apache.org/jira/browse/MINDEXER-137) - 
Align example packages with indexer packages
+    * [MINDEXER-139](https://issues.apache.org/jira/browse/MINDEXER-139) - 
Decouple from Plexus APIs
+    * [MINDEXER-140](https://issues.apache.org/jira/browse/MINDEXER-140) - 
DefaultIndexingContext double invocation of setIndexDirectoryFile method
+
+* Dependency upgrades:
+
+    * [MINDEXER-111](https://issues.apache.org/jira/browse/MINDEXER-111) - 
Upgrade mave-surefire/failsafe-plugin 2.21.0
+    * [MINDEXER-112](https://issues.apache.org/jira/browse/MINDEXER-112) - 
Upgrade maven-parent to version 34
+    * [MINDEXER-126](https://issues.apache.org/jira/browse/MINDEXER-126) - 
Remove guava dependency from indexer-core
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-indexer-6.2.0.markdown 
b/apache-maven-indexer-6.2.0.markdown
new file mode 100644
index 0000000..7ed7b98
--- /dev/null
+++ b/apache-maven-indexer-6.2.0.markdown
@@ -0,0 +1,55 @@
+---
+layout: post
+title: "Apache Maven Indexer Version 6.2.0 Released"
+date: '2022-05-05T19:37:04+00:00'
+permalink: apache-maven-indexer-version-6-2-0
+categories:
+  - Maven-Indexer
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Indexer, version 6.2.0](https://maven.apache.org/maven-indexer/).
+
+Apache Maven Indexer (former Sonatype Nexus Indexer) is the de facto standard 
for producing indexes
+of Maven repositories. The Indexes are produced and consumed by all major 
tools in the ecosystem.
+
+Most notable changes:
+
+* IndexReader provides OOTB resource handlers
+* Search API w/ 2 backends
+* Bugs squashed
+
+IMPORTANT: Next release planned will use the Lucene version to 9.x, and
+that will imply Java 11. Hence, this is the LAST planned Java 8 release of
+Maven Indexer.
+
+
+You can download the appropriate sources etc. from the download page:
+
+https://maven.apache.org/maven-indexer/download.cgi
+
+
+<!-- more -->
+
+[Release Notes - Maven Indexer - Version 
6.2.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523&version=12351653)
+
+* Bugs:
+
+    * [MINDEXER-121](https://issues.apache.org/jira/browse/MINDEXER-121) - 
ChunkReaderIterator leaks InputStreams
+    * [MINDEXER-144](https://issues.apache.org/jira/browse/MINDEXER-144) - 
IndexOutOfBoundsException during indexing
+    * [MINDEXER-146](https://issues.apache.org/jira/browse/MINDEXER-146) - Fix 
issues reported by Lucene 9
+
+* New Feature
+
+    * [MINDEXER-124](https://issues.apache.org/jira/browse/MINDEXER-124) - 
IndexReader modules should provide resource handler implementations
+    * [MINDEXER-143](https://issues.apache.org/jira/browse/MINDEXER-143) - 
Introduce Search API and provide backends
+
+* Tasks:
+
+    * [MINDEXER-145](https://issues.apache.org/jira/browse/MINDEXER-145) - 
Update parent POM and dependencies
+    * [MINDEXER-147](https://issues.apache.org/jira/browse/MINDEXER-147) - 
Move rootGroups and allGroups fields out of index
+    * [MINDEXER-149](https://issues.apache.org/jira/browse/MINDEXER-149) - 
Deprecate Maven1 support
+
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-indexer-6.2.2.markdown 
b/apache-maven-indexer-6.2.2.markdown
new file mode 100644
index 0000000..97d461d
--- /dev/null
+++ b/apache-maven-indexer-6.2.2.markdown
@@ -0,0 +1,29 @@
+---
+layout: post
+title: "Apache Maven Indexer Version 6.2.2 Released"
+date: '2022-07-29T14:14:14+00:00'
+permalink: apache-maven-indexer-6-2-2
+categories:
+  - Maven-Indexer
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Indexer, version 6.2.2](https://maven.apache.org/maven-indexer/).
+
+Apache Maven Indexer (former Sonatype Nexus Indexer) is the de facto standard 
for producing indexes
+of Maven repositories. The Indexes are produced and consumed by all major 
tools in the ecosystem.
+
+You can download the appropriate sources etc. from the download page:
+
+https://maven.apache.org/maven-indexer/download.cgi
+
+
+[Release Notes - Maven Indexer - Version 
6.2.2](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523&version=12351941)
+
+* Bug:
+
+    * [MINDEXER-164](https://issues.apache.org/jira/browse/MINDEXER-164) - 
IndexOutOfBoundsException during indexing of repositories files
+
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-indexer-version-6.markdown 
b/apache-maven-indexer-version-6.markdown
deleted file mode 100644
index 5046a51..0000000
--- a/apache-maven-indexer-version-6.markdown
+++ /dev/null
@@ -1,80 +0,0 @@
----
-layout: post
-title: Apache Maven Indexer Version 6.1.1 Released
-date: '2022-02-17T13:34:18+00:00'
-permalink: apache-maven-indexer-version-6
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the
-  <a href="https://maven.apache.org/maven-indexer/";>Apache Maven Indexer, 
version 6.1.1</a>.</p>
-
-  <p>Apache Maven Indexer (former Sonatype Nexus Indexer) is the de facto 
standard for producing indexes
-    of Maven repositories. The Indexes are produced and consumed by all major 
tools in the ecosystem.</p>
-
-  <p>Most notable changes:
-    * Java 8 required
-    * Lucene upgraded to latest 8.x (8.11.1)
-    * Guava and TrueZip dependencies removed</p>
-
-  <p>You can download the appropriate sources etc. from the download page:</p>
-
-  <p><a 
href="https://maven.apache.org/maven-indexer/download.cgi";>https://maven.apache.org/maven-indexer/download.cgi</a></p>
-
-  <!-- more -->
-
-
-  <p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351333&amp;styleName=Text&amp;projectId=12317523";>Release
 Notes &ndash; Maven Indexer &ndash; Version 6.1.1</a></p>
-
-  <ul>
-    <li><p>Bugs:</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-123";>MINDEXER-123</a> 
&ndash; Fix an InputStream leak in indexer-reader Utils</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-127";>MINDEXER-127</a> 
&ndash; Maven repository indexing error: 
java.nio.channels.OverlappingFileLockException</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-133";>MINDEXER-133</a> 
&ndash; Reset the correct stream in IndexDataReader</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-135";>MINDEXER-135</a> 
&ndash; Fix CLI shading</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-138";>MINDEXER-138</a> 
&ndash; Indexer Core Jetty test dependency is not in test scope</li>
-      </ul>
-    </li>
-    <li><p>Improvements:</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-104";>MINDEXER-104</a> 
&ndash; Migrate the indexer to Lucene 8.x</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-110";>MINDEXER-110</a> 
&ndash; Upgrade parent to 31</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-114";>MINDEXER-114</a> 
&ndash; Extend JarFileContentsIndexCreator to support zip files</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-115";>MINDEXER-115</a> 
&ndash; Remove deprecated usages of BooleanQuery constructor &ndash; use 
Builder instead</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-116";>MINDEXER-116</a> 
&ndash; Move to Java 8 as minimum Java version</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-117";>MINDEXER-117</a> 
&ndash; Add ability to set the temporary index directory for index update</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-118";>MINDEXER-118</a> 
&ndash; Remove usages of pre-Lucene 4.0 deprecated code</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-120";>MINDEXER-120</a> 
&ndash; Remove TrueZip dependency</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-122";>MINDEXER-122</a> 
&ndash; Add getName() to Record.EntryKey</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-129";>MINDEXER-129</a> 
&ndash; Shared GitHub Actions</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-132";>MINDEXER-132</a> 
&ndash; use Files.createTempDirectory(&hellip;) instead of custom code around 
File.createTempFile(&hellip;)</li>
-      </ul>
-    </li>
-    <li><p>Tasks:</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-109";>MINDEXER-109</a> 
&ndash; switch from Git-WIP to Gitbox</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-113";>MINDEXER-113</a> 
&ndash; Excluding additional dependencies from shaded jar</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-134";>MINDEXER-134</a> 
&ndash; Update dependencies (except Lucene)</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-137";>MINDEXER-137</a> 
&ndash; Align example packages with indexer packages</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-139";>MINDEXER-139</a> 
&ndash; Decouple from Plexus APIs</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-140";>MINDEXER-140</a> 
&ndash; DefaultIndexingContext double invocation of setIndexDirectoryFile 
method</li>
-      </ul>
-    </li>
-    <li><p>Dependency upgrades:</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-111";>MINDEXER-111</a> 
&ndash; Upgrade mave-surefire/failsafe-plugin 2.21.0</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-112";>MINDEXER-112</a> 
&ndash; Upgrade maven-parent to version 34</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-126";>MINDEXER-126</a> 
&ndash; Remove guava dependency from indexer-core</li>
-      </ul>
-    </li>
-  </ul>
-
-
-  <p>Enjoy,</p>
-
-  <p>-The Apache Maven team</p>
-</div>
-
diff --git a/apache-maven-indexer-version-61.markdown 
b/apache-maven-indexer-version-61.markdown
deleted file mode 100644
index 25b8df7..0000000
--- a/apache-maven-indexer-version-61.markdown
+++ /dev/null
@@ -1,66 +0,0 @@
----
-layout: post
-title: Apache Maven Indexer Version 6.2.0 Released
-date: '2022-05-05T19:37:04+00:00'
-permalink: apache-maven-indexer-version-61
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the
-  <a href="https://maven.apache.org/maven-indexer/";>Apache Maven Indexer, 
version 6.2.0</a>.</p>
-
-  <p>Apache Maven Indexer (former Sonatype Nexus Indexer) is the de facto 
standard for producing indexes
-    of Maven repositories. The Indexes are produced and consumed by all major 
tools in the ecosystem.</p>
-
-  <p>Most notable changes:</p>
-
-  <ul>
-    <li>IndexReader provides OOTB resource handlers</li>
-    <li>Search API w/ 2 backends</li>
-    <li>Bugs squashed</li>
-  </ul>
-
-
-  <p>IMPORTANT: Next release planned will use the Lucene version to 9.x, and
-    that will imply Java 11. Hence, this is the LAST planned Java 8 release of
-    Maven Indexer.</p>
-
-  <p>You can download the appropriate sources etc. from the download page:</p>
-
-  <p><a 
href="https://maven.apache.org/maven-indexer/download.cgi";>https://maven.apache.org/maven-indexer/download.cgi</a></p>
-
-  <!-- more -->
-
-
-  <p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523&version=12351653";>Release
 Notes &ndash; Maven Indexer &ndash; Version 6.2.0</a></p>
-
-  <ul>
-    <li><p>Bugs:</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-121";>MINDEXER-121</a> 
&ndash; ChunkReaderIterator leaks InputStreams</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-144";>MINDEXER-144</a> 
&ndash; IndexOutOfBoundsException during indexing</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-146";>MINDEXER-146</a> 
&ndash; Fix issues reported by Lucene 9</li>
-      </ul>
-    </li>
-    <li><p>New Feature</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-124";>MINDEXER-124</a> 
&ndash; IndexReader modules should provide resource handler implementations</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-143";>MINDEXER-143</a> 
&ndash; Introduce Search API and provide backends</li>
-      </ul>
-    </li>
-    <li><p>Tasks:</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-145";>MINDEXER-145</a> 
&ndash; Update parent POM and dependencies</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-147";>MINDEXER-147</a> 
&ndash; Move rootGroups and allGroups fields out of index</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-149";>MINDEXER-149</a> 
&ndash; Deprecate Maven1 support</li>
-      </ul>
-    </li>
-  </ul>
-
-
-  <p>Enjoy,</p>
-
-  <p>-The Apache Maven team</p>
-</div>
-
diff --git a/apache-maven-indexer-version-62.markdown 
b/apache-maven-indexer-version-62.markdown
deleted file mode 100644
index 841dd40..0000000
--- a/apache-maven-indexer-version-62.markdown
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: post
-title: Apache Maven Indexer Version 6.2.2 Released
-date: '2022-07-29T14:14:14+00:00'
-permalink: apache-maven-indexer-version-62
----
-<div class="post_body"><p>The Apache Maven team is pleased to announce the 
release of the
-<a href="https://maven.apache.org/maven-indexer/";>Apache Maven Indexer, 
version 6.2.2</a>.</p>
-<p>Apache Maven Indexer (former Sonatype Nexus Indexer) is the de facto 
standard for producing indexes
-of Maven repositories. The Indexes are produced and consumed by all major 
tools in the ecosystem.</p>
-<p>You can download the appropriate sources etc. from the download page:</p>
-<p><a 
href="https://maven.apache.org/maven-indexer/download.cgi";>https://maven.apache.org/maven-indexer/download.cgi</a></p>
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523&amp;version=12351941";>Release
 Notes - Maven Indexer - Version 6.2.2</a></p>
-<ul>
-<li>
-<p>Bug:</p>
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINDEXER-164";>MINDEXER-164</a> - 
IndexOutOfBoundsException during indexing of repositories files</li>
-</ul>
-</li>
-</ul>
-<p>Enjoy,</p>
-<p>-The Apache Maven team</p>
-
-    </div>
diff --git a/apache-maven-install-plugin-3.0.0-M1.markdown 
b/apache-maven-install-plugin-3.0.0-M1.markdown
new file mode 100644
index 0000000..3bd3245
--- /dev/null
+++ b/apache-maven-install-plugin-3.0.0-M1.markdown
@@ -0,0 +1,91 @@
+---
+layout: post
+title: "Apache Maven Install Plugin Version 3.0.0-M1 Released"
+date: '2018-10-01T09:28:00+00:00'
+permalink: apache-maven-install-plugin-3-0-0-M1
+categories:
+  - Maven-Install-Plugin
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Install Plugin, version 
3.0.0-M1](https://maven.apache.org/plugins/maven-install-plugin/).
+
+The Maven-Install-Plugin is used during the install phase to add artifact(s) 
to the
+local repository. The Install-Plugin uses the information in the POM (groupId,
+artifactId, version) to determine the proper location for the artifact within
+the local repository.
+
+Important Note since 3.0.0-M1:
+
+* Maven 3.X only
+* Minimum JDK 7+
+* The maven-install-plugin does not generate any kind of checksum
+  anymore.
+
+Usage Note:
+
+* Use the maven-install-plugin 3.0.0-M1 only in combination
+  with the maven-deploy-plugin 3.0.0-M1.
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-install-plugin</artifactId>
+  <version>3.0.0-M1</version>
+</plugin>
+```
+You can download the appropriate sources etc. from the [download 
page](https://maven.apache.org/plugins/maven-install-plugin/download.cgi).
+
+<!-- more -->
+
+[Release Notes - Maven Install Plugin Version 
3.0.0-M1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317524&version=12334343)
+
+Bugs:
+
+* [MINSTALL-121](https://issues.apache.org/jira/browse/MINSTALL-121) - The 
packaging property should not be used for the file extension
+* [MINSTALL-130](https://issues.apache.org/jira/browse/MINSTALL-130) - Remove 
link to non-existing Codehaus wiki
+
+Improvements:
+
+* [MINSTALL-110](https://issues.apache.org/jira/browse/MINSTALL-110) - 
install-file should also install bundled pom.xml from artifact.
+* [MINSTALL-114](https://issues.apache.org/jira/browse/MINSTALL-114) - Plugin 
shouldn't depend on maven-compat dependency
+* [MINSTALL-118](https://issues.apache.org/jira/browse/MINSTALL-118) - 
MavenProject with only attachments must have packaging "pom"
+* [MINSTALL-124](https://issues.apache.org/jira/browse/MINSTALL-124) - Remove 
hard code version for maven-invoker-plugin
+* [MINSTALL-128](https://issues.apache.org/jira/browse/MINSTALL-128) - Replace 
usage of the deprecated ArtifactFactory
+* [MINSTALL-134](https://issues.apache.org/jira/browse/MINSTALL-134) - Remove 
checksum generation
+* [MINSTALL-136](https://issues.apache.org/jira/browse/MINSTALL-136) - Removed 
unused dependency
+* [MINSTALL-143](https://issues.apache.org/jira/browse/MINSTALL-143) - Move 
checksum generation from install to deploy plugin
+
+Tasks:
+
+* [MINSTALL-129](https://issues.apache.org/jira/browse/MINSTALL-129) - Use 
released version of maven-artifact-transfer
+* [MINSTALL-131](https://issues.apache.org/jira/browse/MINSTALL-131) - Rename 
package to org.apache.maven.plugins
+* [MINSTALL-145](https://issues.apache.org/jira/browse/MINSTALL-145) - Remove 
unused dependencies in pom
+* [MINSTALL-148](https://issues.apache.org/jira/browse/MINSTALL-148) - 
Document change about createChecksums
+* [MINSTALL-149](https://issues.apache.org/jira/browse/MINSTALL-149) - Remove 
updateReleaseInfo parameter
+* [MINSTALL-150](https://issues.apache.org/jira/browse/MINSTALL-150) - Lift 
JDK minimum to JDK 7
+
+Dependency upgrades:
+
+* [MINSTALL-109](https://issues.apache.org/jira/browse/MINSTALL-109) - Update 
version of plexus-utils to 3.0.18
+* [MINSTALL-111](https://issues.apache.org/jira/browse/MINSTALL-111) - Upgrade 
to maven-plugins parent version 27
+* [MINSTALL-112](https://issues.apache.org/jira/browse/MINSTALL-112) - Upgrade 
maven-plugin-testing-harness to 1.3
+* [MINSTALL-113](https://issues.apache.org/jira/browse/MINSTALL-113) - Upgrade 
maven-shared-utils to 0.7
+* [MINSTALL-117](https://issues.apache.org/jira/browse/MINSTALL-117) - Upgrade 
maven-shared-utils to 3.0.0
+* [MINSTALL-122](https://issues.apache.org/jira/browse/MINSTALL-122) - Upgrade 
maven-shared-components parent to version 30
+* [MINSTALL-123](https://issues.apache.org/jira/browse/MINSTALL-123) - Upgrade 
maven-shared-utils to 3.0.1
+* [MINSTALL-125](https://issues.apache.org/jira/browse/MINSTALL-125) - Upgrade 
of commons-io to 2.5.
+* [MINSTALL-127](https://issues.apache.org/jira/browse/MINSTALL-127) - Upgrade 
maven-shared-utils to 3.1.0
+* [MINSTALL-137](https://issues.apache.org/jira/browse/MINSTALL-137) - Upgrade 
maven-artifact-transfer to version 0.9.1
+* [MINSTALL-140](https://issues.apache.org/jira/browse/MINSTALL-140) - 
maven-shared-utils 3.1.0 to 3.2.0
+* [MINSTALL-141](https://issues.apache.org/jira/browse/MINSTALL-141) - 
plexus-utils 3.0.24 to 3.1.0
+* [MINSTALL-142](https://issues.apache.org/jira/browse/MINSTALL-142) - Upgrade 
parent to 31
+* [MINSTALL-144](https://issues.apache.org/jira/browse/MINSTALL-144) - Upgrade 
mave-surefire/failsafe-plugin 2.21.0
+* [MINSTALL-146](https://issues.apache.org/jira/browse/MINSTALL-146) - Upgrade 
maven-plugin parent to version 32
+* [MINSTALL-147](https://issues.apache.org/jira/browse/MINSTALL-147) - Upgrade 
JUnit to 4.12
+
+Enjoy,
+
+-The Apache Maven team
+
+Karl-Heinz Marbaise
diff --git a/apache-maven-install-plugin-3.0.0.markdown 
b/apache-maven-install-plugin-3.0.0.markdown
new file mode 100644
index 0000000..23f4378
--- /dev/null
+++ b/apache-maven-install-plugin-3.0.0.markdown
@@ -0,0 +1,56 @@
+---
+layout: post
+title: "Apache Maven Install Plugin Version 3.0.0 Released"
+date: '2022-07-19T14:14:14+00:00'
+permalink: apache-maven-install-plugin-3-0-0
+categories:
+  - Maven-Install-Plugin
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Install Plugin, version 
3.0.0](https://maven.apache.org/plugins/maven-install-plugin/).
+
+The maven-install-plugin is used during the install phase to add artifact(s) 
to the
+local repository. The install plugin uses the information in the POM (groupId,
+artifactId, version) to determine the proper location for the artifact within
+¡the local repository.
+
+NOTE:
+* Plugin requires Java runtime 7+
+* Plugin requires Maven 3.2.5+
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-install-plugin</artifactId>
+  <version>3.0.0</version>
+</plugin>
+```
+You can download the appropriate sources etc. from the [download 
page](https://maven.apache.org/plugins/maven-install-plugin/download.cgi).
+
+[Release Notes - Maven Install Plugin Version 
3.0.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317524&version=12344165)
+
+* Bug:
+
+  * [MINSTALL-115](https://issues.apache.org/jira/browse/MINSTALL-115) - 
Setting installAtEnd causes no installs to occur when a multimodule project has 
multiple class realms
+  * [MINSTALL-154](https://issues.apache.org/jira/browse/MINSTALL-154) - 
Remove link on index page to checksum example page
+
+* Tasks:
+  * [MINSTALL-153](https://issues.apache.org/jira/browse/MINSTALL-153) - 
Remove the updateReleaseInfo parameter's leftovers
+  * [MINSTALL-171](https://issues.apache.org/jira/browse/MINSTALL-171) - 
Update plugin (requires Maven 3.2.5+)
+  * [MINSTALL-177](https://issues.apache.org/jira/browse/MINSTALL-177) - 
Cleanup the plugin
+
+* Dependency upgrades:
+
+  * [MINSTALL-155](https://issues.apache.org/jira/browse/MINSTALL-155) - 
Upgrade maven-artifact-transfer 0.10.1
+  * [MINSTALL-158](https://issues.apache.org/jira/browse/MINSTALL-158) - 
Upgrade maven-artifact-transfer to 0.11.0
+  * [MINSTALL-166](https://issues.apache.org/jira/browse/MINSTALL-166) - 
Upgrade maven-artifact-transfer 0.13.1
+  * [MINSTALL-167](https://issues.apache.org/jira/browse/MINSTALL-167) - 
Upgrade parent to version 34
+  * [MINSTALL-172](https://issues.apache.org/jira/browse/MINSTALL-172) - 
Upgrade maven-plugin parent to 35
+  * [MINSTALL-174](https://issues.apache.org/jira/browse/MINSTALL-174) - 
Upgrade maven-plugin parent to 36
+
+Enjoy,
+
+-The Apache Maven team
+
+Karl-Heinz Marbaise
diff --git a/apache-maven-install-plugin-3.0.1.markdown 
b/apache-maven-install-plugin-3.0.1.markdown
new file mode 100644
index 0000000..cff53cf
--- /dev/null
+++ b/apache-maven-install-plugin-3.0.1.markdown
@@ -0,0 +1,39 @@
+---
+layout: post
+title: "Apache Maven Install Plugin Version 3.0.1 Released"
+date: '2022-07-23T19:12:12+00:00'
+permalink: apache-maven-install-plugin-3-0-1
+categories:
+  - Maven-Install-Plugin
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Install Plugin, version 
3.0.1](https://maven.apache.org/plugins/maven-install-plugin/).
+
+The Maven-Install-Plugin is used during the install phase to add artifact(s) 
to the
+local repository. The Install-Plugin uses the information in the POM (groupId,
+artifactId, version) to determine the proper location for the artifact within
+the local repository.
+
+NOTE:
+* Plugin is Java7 level and compatible with Maven 3.2.5+
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-install-plugin</artifactId>
+  <version>3.0.1</version>
+</plugin>
+```
+You can download the appropriate sources etc. from the [download 
page](https://maven.apache.org/plugins/maven-install-plugin/download.cgi).
+
+[Release Notes - Maven Install Plugin Version 
3.0.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317524&version=12352096)
+
+* Bug:
+
+    * [MINSTALL-160](https://issues.apache.org/jira/browse/MINSTALL-160) - 
generatePom=true with 3.0.0-M1 does not generate minimal POM but copies 
existing one
+
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-install-plugin-version.markdown 
b/apache-maven-install-plugin-version.markdown
deleted file mode 100644
index e7255ea..0000000
--- a/apache-maven-install-plugin-version.markdown
+++ /dev/null
@@ -1,111 +0,0 @@
----
-layout: post
-title: Apache Maven Install Plugin Version 3.0.0-M1 Released
-date: '2018-10-01T09:28:00+00:00'
-permalink: apache-maven-install-plugin-version
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the
-<a href="https://maven.apache.org/plugins/maven-install-plugin/";>Apache Maven 
Install Plugin, version 3.0.0-M1</a>.</p>
-
-<p>The Install Plugin is used during the install phase to add artifact(s) to 
the
-local repository. The Install Plugin uses the information in the POM (groupId,
-artifactId, version) to determine the proper location for the artifact within
-the local repository.</p>
-
-<p>Important Note since 3.0.0-M1:</p>
-
-<ul>
-<li>Maven 3.X only</li>
-<li>Minimum JDK 7+</li>
-<li>The maven-install-plugin does not generate any kind of checksum
-anymore.</li>
-</ul>
-
-
-<p>Usage Note:</p>
-
-<ul>
-<li>Use the maven-install-plugin 3.0.0-M1 only in combination
-with the maven-deploy-plugin 3.0.0-M1.</li>
-</ul>
-
-
-<figure class='code'><figcaption><span></span></figcaption><div 
class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span 
class='line-number'>1</span>
-<span class='line-number'>2</span>
-<span class='line-number'>3</span>
-<span class='line-number'>4</span>
-<span class='line-number'>5</span>
-</pre></td><td class='code'><pre><code class='xml'><span class='line'><span 
class="nt">&lt;plugin&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;groupId&gt;</span>org.apache.maven.plugins<span 
class="nt">&lt;/groupId&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;artifactId&gt;</span>maven-install-plugin<span 
class="nt">&lt;/artifactId&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;version&gt;</span>3.0.0-M1<span 
class="nt">&lt;/version&gt;</span>
-</span><span class='line'><span class="nt">&lt;/plugin&gt;</span>
-</span></code></pre></td></tr></table></div></figure>
-
-
-<p>You can download the appropriate sources etc. from the <a 
href="https://maven.apache.org/plugins/maven-install-plugin/download.cgi";>download
 page</a>.</p>
-
-<!-- more -->
-
-
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317524&amp;version=12334343";>Release
 Notes &ndash; Maven Install Plugin Version 3.0.0-M1</a></p>
-
-<p>Bugs:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-121";>MINSTALL-121</a> 
&ndash; The packaging property should not be used for the file extension</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-130";>MINSTALL-130</a> 
&ndash; Remove link to non-existing Codehaus wiki</li>
-</ul>
-
-
-<p>Improvements:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-110";>MINSTALL-110</a> 
&ndash; install-file should also install bundled pom.xml from artifact.</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-114";>MINSTALL-114</a> 
&ndash; Plugin shouldn&rsquo;t depend on maven-compat dependency</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-118";>MINSTALL-118</a> 
&ndash; MavenProject with only attachments must have packaging 
&ldquo;pom&rdquo;</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-124";>MINSTALL-124</a> 
&ndash; Remove hard code version for maven-invoker-plugin</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-128";>MINSTALL-128</a> 
&ndash; Replace usage of the deprecated ArtifactFactory</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-134";>MINSTALL-134</a> 
&ndash; Remove checksum generation</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-136";>MINSTALL-136</a> 
&ndash; Removed unused dependency</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-143";>MINSTALL-143</a> 
&ndash; Move checksum generation from install to deploy plugin</li>
-</ul>
-
-
-<p>Tasks:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-129";>MINSTALL-129</a> 
&ndash; Use released version of maven-artifact-transfer</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-131";>MINSTALL-131</a> 
&ndash; Rename package to org.apache.maven.plugins</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-145";>MINSTALL-145</a> 
&ndash; Remove unused dependencies in pom</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-148";>MINSTALL-148</a> 
&ndash; Document change about createChecksums</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-149";>MINSTALL-149</a> 
&ndash; Remove updateReleaseInfo parameter</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-150";>MINSTALL-150</a> 
&ndash; Lift JDK minimum to JDK 7</li>
-</ul>
-
-
-<p>Dependency upgrades:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-109";>MINSTALL-109</a> 
&ndash; Update version of plexus-utils to 3.0.18</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-111";>MINSTALL-111</a> 
&ndash; Upgrade to maven-plugins parent version 27</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-112";>MINSTALL-112</a> 
&ndash; Upgrade maven-plugin-testing-harness to 1.3</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-113";>MINSTALL-113</a> 
&ndash; Upgrade maven-shared-utils to 0.7</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-117";>MINSTALL-117</a> 
&ndash; Upgrade maven-shared-utils to 3.0.0</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-122";>MINSTALL-122</a> 
&ndash; Upgrade maven-shared-components parent to version 30</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-123";>MINSTALL-123</a> 
&ndash; Upgrade maven-shared-utils to 3.0.1</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-125";>MINSTALL-125</a> 
&ndash; Upgrade of commons-io to 2.5.</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-127";>MINSTALL-127</a> 
&ndash; Upgrade maven-shared-utils to 3.1.0</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-137";>MINSTALL-137</a> 
&ndash; Upgrade maven-artifact-transfer to version 0.9.1</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-140";>MINSTALL-140</a> 
&ndash; maven-shared-utils 3.1.0 to 3.2.0</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-141";>MINSTALL-141</a> 
&ndash; plexus-utils 3.0.24 to 3.1.0</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-142";>MINSTALL-142</a> 
&ndash; Upgrade parent to 31</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-144";>MINSTALL-144</a> 
&ndash; Upgrade mave-surefire/failsafe-plugin 2.21.0</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-146";>MINSTALL-146</a> 
&ndash; Upgrade maven-plugin parent to version 32</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-147";>MINSTALL-147</a> 
&ndash; Upgrade JUnit to 4.12</li>
-</ul>
-
-
-<p>Enjoy,</p>
-
-<p>-The Apache Maven team</p>
diff --git a/apache-maven-install-plugin-version1.markdown 
b/apache-maven-install-plugin-version1.markdown
deleted file mode 100644
index c5439ff..0000000
--- a/apache-maven-install-plugin-version1.markdown
+++ /dev/null
@@ -1,34 +0,0 @@
----
-layout: post
-title: Apache Maven Install Plugin, version 3.0.1 released
-date: '2022-07-23T19:12:12+00:00'
-permalink: apache-maven-install-plugin-version1
----
- <div class="post_body"><p>The Apache Maven team is pleased to announce the 
release of the
-<a href="https://maven.apache.org/plugins/maven-install-plugin/";>Apache Maven 
Install Plugin, version 3.0.1</a>.</p>
-<p>The Install Plugin is used during the install phase to add artifact(s) to 
the
-local repository. The Install Plugin uses the information in the POM (groupId,
-artifactId, version) to determine the proper location for the artifact within
-the local repository.</p>
-<p>NOTE:</p>
-<ul>
-<li>Plugin is Java7 level and compatible with Maven 3.2.5+</li>
-</ul>
-<div class="highlight"><pre tabindex="0" class="chroma"><code 
class="language-xml" data-lang="xml"><span class="line"><span 
class="ln">1</span><span class="cl"><span class="nt">&lt;plugin&gt;</span>
-</span></span><span class="line"><span class="ln">2</span><span class="cl">  
<span class="nt">&lt;groupId&gt;</span>org.apache.maven.plugins<span 
class="nt">&lt;/groupId&gt;</span>
-</span></span><span class="line"><span class="ln">3</span><span class="cl">  
<span class="nt">&lt;artifactId&gt;</span>maven-install-plugin<span 
class="nt">&lt;/artifactId&gt;</span>
-</span></span><span class="line"><span class="ln">4</span><span class="cl">  
<span class="nt">&lt;version&gt;</span>3.0.1<span 
class="nt">&lt;/version&gt;</span>
-</span></span><span class="line"><span class="ln">5</span><span 
class="cl"><span class="nt">&lt;/plugin&gt;</span>
-</span></span></code></pre></div><p>You can download the appropriate sources 
etc. from the <a 
href="https://maven.apache.org/plugins/maven-install-plugin/download.cgi";>download
 page</a>.</p>
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317524&amp;version=12352096";>Release
 Notes - Maven Install Plugin Version 3.0.1</a></p>
-<ul>
-<li>
-<p>Bug:</p>
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINSTALL-160";>MINSTALL-160</a> - 
generatePom=true with 3.0.0-M1 does not generate minimal POM but copies 
existing one</li>
-</ul>
-</li>
-</ul>
-<p>Enjoy,</p>
-<p>-The Apache Maven team</p>
-    </div>
diff --git a/apache-maven-invoker-plugin-3.1.0.markdown 
b/apache-maven-invoker-plugin-3.1.0.markdown
new file mode 100644
index 0000000..0df24ff
--- /dev/null
+++ b/apache-maven-invoker-plugin-3.1.0.markdown
@@ -0,0 +1,67 @@
+---
+layout: post
+title: "Apache Maven Invoker Plugin Version 3.1.0 Released"
+date: '2018-06-01T19:04:39+00:00'
+permalink: apache-maven-invoker-plugin-3-1-0
+categories:
+- Maven-Invoker-Plugin
+- Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Invoker Plugin, version 
3.1.0](https://maven.apache.org/plugins/maven-invoker-plugin/).
+
+The Invoker Plugin is used to run a set of Maven projects. The plugin can
+determine whether each project execution is successful, and optionally can
+verify the output generated from a given project execution.
+
+This plugin is in particular handy to perform integration tests for other Maven
+plugins. The Invoker Plugin can be employed to run a set of test projects that
+have been designed to assert certain features of the plugin under test.
+
+You should specify the version in your project's plugin configuration:
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-invoker-plugin</artifactId>
+  <version>3.1.0</version>
+</plugin>
+```
+
+
+You can download the appropriate sources etc. from the download page:
+
+https://maven.apache.org/plugins/maven-invoker-plugin/download.cgi
+
+<!-- more -->
+
+[Release Notes - Maven Invoker Plugin - Version 
3.1.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341131&styleName=Text&projectId=12317525)
+
+Bugs:
+
+* [MINVOKER-191](https://issues.apache.org/jira/browse/MINVOKER-191) - 
“Artifact is not fully assembled” error with maven-invoker-plugin in 
parallel/multi thread build
+* [MINVOKER-224](https://issues.apache.org/jira/browse/MINVOKER-224) - Unable 
to set cloneProjectsTo to null
+
+New Feature:
+
+* [MINVOKER-233](https://issues.apache.org/jira/browse/MINVOKER-233) - Call an 
invoker with a given timeout
+
+Improvement:
+
+* [MINVOKER-236](https://issues.apache.org/jira/browse/MINVOKER-236) - improve 
display of setup jobs
+
+Tasks:
+
+* [MINVOKER-228](https://issues.apache.org/jira/browse/MINVOKER-228) - Improve 
documentation: "Using with other integration test frameworks" page
+* [MINVOKER-237](https://issues.apache.org/jira/browse/MINVOKER-237) - Upgrade 
to JDK 7 minimum.
+
+Dependency upgrades:
+
+* [MINVOKER-232](https://issues.apache.org/jira/browse/MINVOKER-232) - Upgrade 
parent to 31
+* [MINVOKER-234](https://issues.apache.org/jira/browse/MINVOKER-234) - Upgrade 
maven-shared-utils to 3.2.1
+* [MINVOKER-235](https://issues.apache.org/jira/browse/MINVOKER-235) - Upgrade 
plexus-utils 3.1.0
+* [MINVOKER-238](https://issues.apache.org/jira/browse/MINVOKER-238) - Upgrade 
maven-invoker to 3.0.1
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-invoker-plugin-3.2.0.markdown 
b/apache-maven-invoker-plugin-3.2.0.markdown
new file mode 100644
index 0000000..b71be34
--- /dev/null
+++ b/apache-maven-invoker-plugin-3.2.0.markdown
@@ -0,0 +1,58 @@
+---
+layout: post
+title: "Apache Maven Invoker Plugin Version 3.2.0 Released"
+date: '2019-01-21T20:54:48+00:00'
+permalink: apache-maven-invoker-plugin-version1
+categories:
+  - Maven-Invoker-Plugin
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Invoker Plugin, version 
3.2.0](https://maven.apache.org/plugins/maven-invoker-plugin/).
+
+The Invoker Plugin is used to run a set of Maven projects. The plugin can
+determine whether each project execution is successful, and optionally can
+verify the output generated from a given project execution.
+
+This plugin is in particular handy to perform integration tests for other Maven
+plugins. The Invoker Plugin can be employed to run a set of test projects that
+have been designed to assert certain features of the plugin under test.
+
+You should specify the version in your project's plugin configuration:
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-invoker-plugin</artifactId>
+  <version>3.2.0</version>
+</plugin>
+```
+
+
+You can download the appropriate sources etc. from the download page:
+
+https://maven.apache.org/plugins/maven-invoker-plugin/download.cgi
+
+<!-- more -->
+
+[Release Notes - Maven Invoker Plugin - Version 
3.2.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317828&version=12344638)
+
+
+Bug:
+
+* [MINVOKER-243](https://issues.apache.org/jira/browse/MINVOKER-243) - 
invoker:install doesn't copy transitive dependencies anymore (as of 3.1.0)
+
+Improvements:
+
+* [MINVOKER-190](https://issues.apache.org/jira/browse/MINVOKER-190) - 
build.log file location causes problems
+* [MINVOKER-225](https://issues.apache.org/jira/browse/MINVOKER-225) - strange 
message ordering in case of post-build  script failure
+* [MINVOKER-245](https://issues.apache.org/jira/browse/MINVOKER-245) - Support 
toolchain selector
+* [MINVOKER-246](https://issues.apache.org/jira/browse/MINVOKER-246) - Support 
hierarchical invoker.properties
+
+Dependency upgrade:
+
+* [MINVOKER-239](https://issues.apache.org/jira/browse/MINVOKER-239) - Upgrade 
maven-plugins parent to version 32
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-invoker-plugin-version.markdown 
b/apache-maven-invoker-plugin-version.markdown
deleted file mode 100644
index 4d96527..0000000
--- a/apache-maven-invoker-plugin-version.markdown
+++ /dev/null
@@ -1,86 +0,0 @@
----
-layout: post
-title: Apache Maven Invoker Plugin Version 3.1.0 Released
-date: '2018-06-01T19:04:39+00:00'
-permalink: apache-maven-invoker-plugin-version
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the
-<a href="http://maven.apache.org/plugins/maven-invoker-plugin/";>Apache Maven 
Invoker Plugin, version 3.1.0</a>.</p>
-
-<p>The Invoker Plugin is used to run a set of Maven projects. The plugin can
-determine whether each project execution is successful, and optionally can
-verify the output generated from a given project execution.</p>
-
-<p>This plugin is in particular handy to perform integration tests for other 
Maven
-plugins. The Invoker Plugin can be employed to run a set of test projects that
-have been designed to assert certain features of the plugin under test.</p>
-
-<p>You should specify the version in your project&rsquo;s plugin 
configuration:</p>
-
-<figure class='code'><figcaption><span></span></figcaption><div 
class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span 
class='line-number'>1</span>
-<span class='line-number'>2</span>
-<span class='line-number'>3</span>
-<span class='line-number'>4</span>
-<span class='line-number'>5</span>
-</pre></td><td class='code'><pre><code class='xml'><span class='line'><span 
class="nt">&lt;plugin&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;groupId&gt;</span>org.apache.maven.plugins<span 
class="nt">&lt;/groupId&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;artifactId&gt;</span>maven-invoker-plugin<span 
class="nt">&lt;/artifactId&gt;</span>
-</span><span class='line'>  <span class="nt">&lt;version&gt;</span>3.1.0<span 
class="nt">&lt;/version&gt;</span>
-</span><span class='line'><span class="nt">&lt;/plugin&gt;</span>
-</span></code></pre></td></tr></table></div></figure>
-
-
-<p>You can download the appropriate sources etc. from the download page:</p>
-
-<p><a 
href="https://maven.apache.org/plugins/maven-invoker-plugin/download.cgi";>https://maven.apache.org/plugins/maven-invoker-plugin/download.cgi</a></p>
-
-<!-- more -->
-
-
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341131&amp;styleName=Text&amp;projectId=12317525";>Release
 Notes &ndash; Maven Invoker Plugin &ndash; Version 3.1.0</a></p>
-
-<p>Bugs:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-191";>MINVOKER-191</a> 
&ndash; “Artifact is not fully assembled” error with maven-invoker-plugin in 
parallel/multi thread build</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-224";>MINVOKER-224</a> 
&ndash; Unable to set cloneProjectsTo to null</li>
-</ul>
-
-
-<p>New Feature:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-233";>MINVOKER-233</a> 
&ndash; Call an invoker with a given timeout</li>
-</ul>
-
-
-<p>Improvement:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-236";>MINVOKER-236</a> 
&ndash; improve display of setup jobs</li>
-</ul>
-
-
-<p>Tasks:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-228";>MINVOKER-228</a> 
&ndash; Improve documentation: &ldquo;Using with other integration test 
frameworks&rdquo; page</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-237";>MINVOKER-237</a> 
&ndash; Upgrade to JDK 7 minimum.</li>
-</ul>
-
-
-<p>Dependency upgrades:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-232";>MINVOKER-232</a> 
&ndash; Upgrade parent to 31</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-234";>MINVOKER-234</a> 
&ndash; Upgrade maven-shared-utils to 3.2.1</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-235";>MINVOKER-235</a> 
&ndash; Upgrade plexus-utils 3.1.0</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-238";>MINVOKER-238</a> 
&ndash; Upgrade maven-invoker to 3.0.1</li>
-</ul>
-
-
-<p>Enjoy,</p>
-
-<p>-The Apache Maven team</p>
-</div>
-
diff --git a/apache-maven-invoker-plugin-version1.markdown 
b/apache-maven-invoker-plugin-version1.markdown
deleted file mode 100644
index 4eea9ba..0000000
--- a/apache-maven-invoker-plugin-version1.markdown
+++ /dev/null
@@ -1,69 +0,0 @@
----
-layout: post
-title: Apache Maven Invoker Plugin Version 3.2.0 Released
-date: '2019-01-21T20:54:48+00:00'
-permalink: apache-maven-invoker-plugin-version1
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the
-<a href="http://maven.apache.org/plugins/maven-invoker-plugin/";>Apache Maven 
Invoker Plugin, version 3.2.0</a>.</p>
-
-<p>The Invoker Plugin is used to run a set of Maven projects. The plugin can
-determine whether each project execution is successful, and optionally can
-verify the output generated from a given project execution.</p>
-
-<p>This plugin is in particular handy to perform integration tests for other 
Maven
-plugins. The Invoker Plugin can be employed to run a set of test projects that
-have been designed to assert certain features of the plugin under test.</p>
-
-<p>You should specify the version in your project&rsquo;s plugin 
configuration:</p>
-
-<figure class='code'><figcaption><span></span></figcaption><div 
class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span 
class='line-number'>1</span>
-<span class='line-number'>2</span>
-<span class='line-number'>3</span>
-<span class='line-number'>4</span>
-<span class='line-number'>5</span>
-</pre></td><td class='code'><pre><code class='xml'><span class='line'><span 
class="nt">&lt;plugin&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;groupId&gt;</span>org.apache.maven.plugins<span 
class="nt">&lt;/groupId&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;artifactId&gt;</span>maven-invoker-plugin<span 
class="nt">&lt;/artifactId&gt;</span>
-</span><span class='line'>  <span class="nt">&lt;version&gt;</span>3.2.0<span 
class="nt">&lt;/version&gt;</span>
-</span><span class='line'><span class="nt">&lt;/plugin&gt;</span>
-</span></code></pre></td></tr></table></div></figure>
-
-
-<p>You can download the appropriate sources etc. from the download page:</p>
-
-<p><a 
href="https://maven.apache.org/plugins/maven-invoker-plugin/download.cgi";>https://maven.apache.org/plugins/maven-invoker-plugin/download.cgi</a></p>
-
-<!-- more -->
-
-
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317828&amp;version=12344638";>Release
 Notes &ndash; Maven Invoker Plugin &ndash; Version 3.2.0</a></p>
-
-<p>Bug:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-243";>MINVOKER-243</a> 
&ndash; invoker:install doesn&rsquo;t copy transitive dependencies anymore (as 
of 3.1.0)</li>
-</ul>
-
-
-<p>Improvements:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-190";>MINVOKER-190</a> 
&ndash; build.log file location causes problems</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-225";>MINVOKER-225</a> 
&ndash; strange message ordering in case of post-build  script failure</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-245";>MINVOKER-245</a> 
&ndash; Support toolchain selector</li>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-246";>MINVOKER-246</a> 
&ndash; Support hierarchical invoker.properties</li>
-</ul>
-
-
-<p>Dependency upgrade:</p>
-
-<ul>
-<li><a 
href="https://issues.apache.org/jira/browse/MINVOKER-239";>MINVOKER-239</a> 
&ndash; Upgrade maven-plugins parent to version 32</li>
-</ul>
-
-
-<p>Enjoy,</p>
-
-<p>-The Apache Maven team</p>
-</div>

Reply via email to