Migrated to Markdown. Continued.
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..db218a6
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,15 @@
+# see https://s.apache.org/asfyaml
+publish:
+  whoami:    maven-blog
+  type:      blog
+github:
+  description: "Apache Maven Blog"
+  homepage: https://blogs.apache.org/maven/
+  labels:
+    - apache
+    - maven
+    - blog
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true
diff --git a/apache-maven-antrun-plugin-version.markdown b/apache-maven-antrun-plugin-version.markdown
index 1c34ea6..ec6e05a 100644
--- a/apache-maven-antrun-plugin-version.markdown
+++ b/apache-maven-antrun-plugin-version.markdown
@@ -1,84 +1,72 @@
----
-layout: post
-title: Apache Maven AntRun Plugin Version 3.0.0 Released
-date: '2020-04-15T23:58:15+00:00'
-permalink: apache-maven-antrun-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-antrun-plugin/">Apache

-Maven AntRun Plugin, version 3.0.0</a>.</p>

+---

+layout: post

+title: "Apache Maven AntRun Plugin Version 3.0.0 Released"

+date: '2020-04-15T23:58:15+00:00'

+permalink: apache-maven-antrun-plugin-version

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Apache Maven team is pleased to announce the release of the [Apache

+Maven AntRun Plugin, version 3.0.0](https://maven.apache.org/plugins/maven-antrun-plugin/).

 

-<p>This plugin provides the ability to run Ant tasks from within Maven. You can even embed your Ant

-scripts in the POM!</p>

+This plugin provides the ability to run Ant tasks from within Maven. You can even embed your Ant

+scripts in the POM!

 

-<p>You should specify the version in your project&rsquo;s plugin configuration:</p>

+You should specify the version in your project's plugin configuration:

 

-<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-antrun-plugin<span class="nt">&lt;/artifactId&gt;</span>

-</span><span class='line'>  <span class="nt">&lt;version&gt;</span>3.0.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>

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-antrun-plugin</artifactId>

+  <version>3.0.0</version>

+</plugin>

+```

 

-

-<p>You can download the <a href="https://maven.apache.org/shared/maven-archiver/download.cgi">appropriate sources etc. from the download page</a></p>

+You can download the [appropriate sources etc. from the download page][download-page]

 

 <!-- more -->

 

 

-<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&amp;version=12346981">Release Notes &ndash; Maven AntRunPlugin &ndash; Version 3.0.0</a></p>

-

-<ul>

-<li><p>Bugs:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-172">MANTRUN-172</a> &ndash; Properties passed to Maven as -D don&rsquo;t get passed to <ant> invocations when a profile sets the same property</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-178">MANTRUN-178</a> &ndash; Ignore precedence of mvn command line over property defined in <properties> section</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-179">MANTRUN-179</a> &ndash; Seems impossible to use combine.* attributes with maven-antrun-plugin configuration</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-181">MANTRUN-181</a> &ndash; AttachArtifact task does not work in external Ant build file</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-192">MANTRUN-192</a> &ndash; filterArtifacts in DependencyFilesetsTask includes entire maven.local.repository</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-204">MANTRUN-204</a> &ndash; antrun loops the backing map of java.util.Properties withouth checking type safety</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-205">MANTRUN-205</a> &ndash; maven-antrun-plugin pages at maven.apache.org still have bad url codehaus references</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-221">MANTRUN-221</a> &ndash; Fails to pass maven properties set in user properties only</li>

-</ul>

-</li>

-<li><p>Improvements:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-201">MANTRUN-201</a> &ndash; Migrate plugin to Maven 3.0</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-202">MANTRUN-202</a> &ndash; Fail the build when deprecated parameters tasks, sourceRoot or testSourceRoot are used</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-217">MANTRUN-217</a> &ndash; Require Java 7</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-222">MANTRUN-222</a> &ndash; make build Reproducible, upgrade maven-plugins pom to 34</li>

-</ul>

-</li>

-<li><p>Tasks:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-209">MANTRUN-209</a> &ndash; Add documentation information for GitHub</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-211">MANTRUN-211</a> &ndash; Upgrade mave-surefire/failsafe-plugin 2.21.0</li>

-</ul>

-</li>

-<li><p>Dependency upgrades:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-203">MANTRUN-203</a> &ndash; Upgrade to maven-plugins 30</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-210">MANTRUN-210</a> &ndash; Upgrade parent to 31</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-212">MANTRUN-212</a> &ndash; Upgrade plexus-utils 3.1.0</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-213">MANTRUN-213</a> &ndash; Upgrade plexus-utils 3.1.0</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-214">MANTRUN-214</a> &ndash; upgrade default Ant version to 1.9.14</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-215">MANTRUN-215</a> &ndash; Upgrade maven-plugins parent to version 32</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-218">MANTRUN-218</a> &ndash; Upgrade JUnit to 4.13</li>

-<li><a href="https://issues.apache.org/jira/browse/MANTRUN-219">MANTRUN-219</a> &ndash; Upgrade XMLUnit to 2.6.4 (test dependency)</li>

-</ul>

-</li>

-</ul>

+[Release Notes - Maven AntRunPlugin - Version 3.0.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12346981)

 

 

-<p>Enjoy,</p>

+* Bugs:

 

-<p>-The Apache Maven team</p>

-</div>
+    * [MANTRUN-172](https://issues.apache.org/jira/browse/MANTRUN-172) - Properties passed to Maven as -D don't get passed to <ant> invocations when a profile sets the same property

+    * [MANTRUN-178](https://issues.apache.org/jira/browse/MANTRUN-178) - Ignore precedence of mvn command line over property defined in <properties> section

+    * [MANTRUN-179](https://issues.apache.org/jira/browse/MANTRUN-179) - Seems impossible to use combine.* attributes with maven-antrun-plugin configuration

+    * [MANTRUN-181](https://issues.apache.org/jira/browse/MANTRUN-181) - AttachArtifact task does not work in external Ant build file

+    * [MANTRUN-192](https://issues.apache.org/jira/browse/MANTRUN-192) - filterArtifacts in DependencyFilesetsTask includes entire maven.local.repository

+    * [MANTRUN-204](https://issues.apache.org/jira/browse/MANTRUN-204) - antrun loops the backing map of java.util.Properties withouth checking type safety

+    * [MANTRUN-205](https://issues.apache.org/jira/browse/MANTRUN-205) - maven-antrun-plugin pages at maven.apache.org still have bad url codehaus references

+    * [MANTRUN-221](https://issues.apache.org/jira/browse/MANTRUN-221) - Fails to pass maven properties set in user properties only

+

+* Improvements:

+

+    * [MANTRUN-201](https://issues.apache.org/jira/browse/MANTRUN-201) - Migrate plugin to Maven 3.0

+    * [MANTRUN-202](https://issues.apache.org/jira/browse/MANTRUN-202) - Fail the build when deprecated parameters tasks, sourceRoot or testSourceRoot are used

+    * [MANTRUN-217](https://issues.apache.org/jira/browse/MANTRUN-217) - Require Java 7

+    * [MANTRUN-222](https://issues.apache.org/jira/browse/MANTRUN-222) - make build Reproducible, upgrade maven-plugins pom to 34

+

+* Tasks:

+

+    * [MANTRUN-209](https://issues.apache.org/jira/browse/MANTRUN-209) - Add documentation information for GitHub

+    * [MANTRUN-211](https://issues.apache.org/jira/browse/MANTRUN-211) - Upgrade mave-surefire/failsafe-plugin 2.21.0

+

+* Dependency upgrades:

+

+    * [MANTRUN-203](https://issues.apache.org/jira/browse/MANTRUN-203) - Upgrade to maven-plugins 30

+    * [MANTRUN-210](https://issues.apache.org/jira/browse/MANTRUN-210) - Upgrade parent to 31

+    * [MANTRUN-212](https://issues.apache.org/jira/browse/MANTRUN-212) - Upgrade plexus-utils 3.1.0

+    * [MANTRUN-213](https://issues.apache.org/jira/browse/MANTRUN-213) - Upgrade plexus-utils 3.1.0

+    * [MANTRUN-214](https://issues.apache.org/jira/browse/MANTRUN-214) - upgrade default Ant version to 1.9.14

+    * [MANTRUN-215](https://issues.apache.org/jira/browse/MANTRUN-215) - Upgrade maven-plugins parent to version 32

+    * [MANTRUN-218](https://issues.apache.org/jira/browse/MANTRUN-218) - Upgrade JUnit to 4.13

+    * [MANTRUN-219](https://issues.apache.org/jira/browse/MANTRUN-219) - Upgrade XMLUnit to 2.6.4 (test dependency)

+

+Enjoy,

+

+-The Apache Maven team

+

+[download-page]: https://maven.apache.org/shared/maven-archiver/download.cgi

diff --git a/apache-maven-antrun-plugin-version1.markdown b/apache-maven-antrun-plugin-version1.markdown
index 86cd5c7..11f8262 100644
--- a/apache-maven-antrun-plugin-version1.markdown
+++ b/apache-maven-antrun-plugin-version1.markdown
@@ -1,64 +1,53 @@
----
-layout: post
-title: Apache Maven AntRun Plugin Version 3.1.0 released
-date: '2022-04-22T00:11:11+00:00'
-permalink: apache-maven-antrun-plugin-version1
----
-<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-antrun-plugin/">Apache

-  Maven AntRun Plugin, version 3.1.0</a>.</p>

+---

+layout: post

+title: "Apache Maven AntRun Plugin Version 3.1.0 Released"

+date: '2022-04-22T00:11:11+00:00'

+permalink: apache-maven-antrun-plugin-version1

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Apache Maven team is pleased to announce the release of the [Apache

+Maven AntRun Plugin, version 3.1.0](https://maven.apache.org/plugins/maven-antrun-plugin/).

 

-  <p>This plugin provides the ability to run Ant tasks from within Maven. You can even embed your Ant

-    scripts in the POM!</p>

+This plugin provides the ability to run Ant tasks from within Maven. You can even embed your Ant

+scripts in the POM!

 

-  <p>You should specify the version in your project&rsquo;s plugin configuration:</p>

+You should specify the version in your project's plugin configuration:

 

-  <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-antrun-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>

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-antrun-plugin</artifactId>

+  <version>3.1.0</version>

+</plugin>

+```

+

+You can download the [appropriate sources etc. from the download page][download-page]

+

+<!-- more -->

 

 

-  <p>You can download the <a href="https://maven.apache.org/shared/maven-archiver/download.cgi">appropriate sources etc. from the download page</a></p>

+[Release Notes - Maven AntRunPlugin - Version 3.1.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12346981)

 

-  <!-- more -->

+* Improvement:

 

+    * [MANTRUN-228](https://issues.apache.org/jira/browse/MANTRUN-228) - Add schema for Ant Tasks

 

-  <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&amp;version=12346981">Release Notes &ndash; Maven AntRunPlugin &ndash; Version 3.1.0</a></p>

+* Tasks:

 

-  <ul>

-    <li><p>Improvement:</p>

+    * [MANTRUN-224](https://issues.apache.org/jira/browse/MANTRUN-224) - Require Java 8

+    * [MANTRUN-232](https://issues.apache.org/jira/browse/MANTRUN-232) - Upgrade Maven to 3.2.5

 

-      <ul>

-        <li><a href="https://issues.apache.org/jira/browse/MANTRUN-228">MANTRUN-228</a> &ndash; Add schema for Ant Tasks</li>

-      </ul>

-    </li>

-    <li><p>Tasks:</p>

+* Dependency upgrades:

 

-      <ul>

-        <li><a href="https://issues.apache.org/jira/browse/MANTRUN-224">MANTRUN-224</a> &ndash; Require Java 8</li>

-        <li><a href="https://issues.apache.org/jira/browse/MANTRUN-232">MANTRUN-232</a> &ndash; Upgrade Maven to 3.2.5</li>

-      </ul>

-    </li>

-    <li><p>Dependency upgrades:</p>

+    * [MANTRUN-225](https://issues.apache.org/jira/browse/MANTRUN-225) - Upgrade Ant to 1.10.7

+    * [MANTRUN-226](https://issues.apache.org/jira/browse/MANTRUN-226) - Bump minimum required Maven for Plugin to 3.1.1

+    * [MANTRUN-227](https://issues.apache.org/jira/browse/MANTRUN-227) - Upgrade Ant to 1.10.12

+    * [MANTRUN-236](https://issues.apache.org/jira/browse/MANTRUN-236) - Upgrade Maven Plugin Plugin to 3.6.4

 

-      <ul>

-        <li><a href="https://issues.apache.org/jira/browse/MANTRUN-225">MANTRUN-225</a> &ndash; Upgrade Ant to 1.10.7</li>

-        <li><a href="https://issues.apache.org/jira/browse/MANTRUN-226">MANTRUN-226</a> &ndash; Bump minimum required Maven for Plugin to 3.1.1</li>

-        <li><a href="https://issues.apache.org/jira/browse/MANTRUN-227">MANTRUN-227</a> &ndash; Upgrade Ant to 1.10.12</li>

-        <li><a href="https://issues.apache.org/jira/browse/MANTRUN-236">MANTRUN-236</a> &ndash; Upgrade Maven Plugin Plugin to 3.6.4</li>

-      </ul>

-    </li>

-  </ul>

+Enjoy,

 

+-The Apache Maven team

 

-  <p>Enjoy,</p>

-

-  <p>-The Apache Maven team</p>

-</div>

+[download-page]: https://maven.apache.org/shared/maven-archiver/download.cgi

diff --git a/apache-maven-archetype-plugin-version.markdown b/apache-maven-archetype-plugin-version.markdown
index addb619..9b92bb9 100644
--- a/apache-maven-archetype-plugin-version.markdown
+++ b/apache-maven-archetype-plugin-version.markdown
@@ -1,82 +1,63 @@
----
-layout: post
-title: Apache Maven Archetype Plugin, version 3.1.0
-date: '2019-05-01T16:19:15+00:00'
-permalink: apache-maven-archetype-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/archetype/maven-archetype-plugin/">Apache Maven Archetype Plugin, version 3.1.0</a>.</p>

+---

+layout: post

+title: "Apache Maven Archetype Plugin 3.1.0 Released"

+date: '2019-05-01T16:19:15+00:00'

+permalink: apache-maven-archetype-plugin-version

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Apache Maven team is pleased to announce the release of the

+[Apache Maven Archetype Plugin, version 3.1.0](https://maven.apache.org/archetype/maven-archetype-plugin/).

 

-    <p>In short, Archetype is a Maven project templating toolkit. An archetype is defined as an original pattern or model from which all other things of the same kind are made. The names fits as we are trying to provide a system that provides a consistent means of generating Maven projects. Archetype will help authors create Maven project templates for users, and provides users with the means to generate parameterized versions of those project templates.</p>

+In short, Archetype is a Maven project templating toolkit. An archetype is defined as an original pattern or model from which all other things of the same kind are made. The names fits as we are trying to provide a system that provides a consistent means of generating Maven projects. Archetype will help authors create Maven project templates for users, and provides users with the means to generate parameterized versions of those project templates.

 

-    <p><a href="https://maven.apache.org/archetype/maven-archetype-plugin/index.html">https://maven.apache.org/archetype/maven-archetype-plugin/index.html</a></p>

+https://maven.apache.org/archetype/maven-archetype-plugin/index.html

 

-    <p>You should specify the version in your project&rsquo;s plugin configuration:</p>

+You should specify the version in your project's plugin configuration:

 

-    <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-archetype-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>

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-archetype-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-archetype-plugin/download.cgi).

 

-    <p>You can download the appropriate sources etc. from the <a href="https://maven.apache.org/plugins/maven-archetype-plugin/download.cgi">download page</a>.</p>

+<!-- more -->

 

-    <!-- more -->

+[Release Notes - Maven Archetype Plugin - Version 3.1.0]

 

+Bugs:

 

-    <p>[Release Notes &ndash; Maven Archetype Plugin &ndash; Version 3.1.0]</p>

+* [ARCHETYPE-492](https://issues.apache.org/jira/browse/ARCHETYPE-492) Underscore in filenames problematic due to greedy regex

+* [ARCHETYPE-530](https://issues.apache.org/jira/browse/ARCHETYPE-530) [archetype:create-from-project] Proxy configuration from settings.xml is not taken into account

+* [ARCHETYPE-534](https://issues.apache.org/jira/browse/ARCHETYPE-534) archetype-descriptor.xsd is out of date

 

-    <p>Bugs:</p>

+New Features:

 

-    <ul>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-492">ARCHETYPE-492</a> Underscore in filenames problematic due to greedy regex</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-530">ARCHETYPE-530</a> [archetype:create-from-project] Proxy configuration from settings.xml is not taken into account</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-534">ARCHETYPE-534</a> archetype-descriptor.xsd is out of date</li>

-    </ul>

+* [ARCHETYPE-553](https://issues.apache.org/jira/browse/ARCHETYPE-553) Allow additional properties for IntegrationTestMojo's MavenInvoker

+* [ARCHETYPE-554](https://issues.apache.org/jira/browse/ARCHETYPE-554) create archetype-descriptor-1.1.0.xsd containing validation regexp

 

+Improvements:

 

-    <p>New Features:</p>

+* [ARCHETYPE-536](https://issues.apache.org/jira/browse/ARCHETYPE-536) Update Groovy dependency and enable Groovy Grape in archetype-post-generate.groovy script (by including Ivy dependency)

+* [ARCHETYPE-560](https://issues.apache.org/jira/browse/ARCHETYPE-560) Require Java 7

 

-    <ul>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-553">ARCHETYPE-553</a> Allow additional properties for IntegrationTestMojo&rsquo;s MavenInvoker</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-554">ARCHETYPE-554</a> create archetype-descriptor-1.1.0.xsd containing validation regexp</li>

-    </ul>

+Task:

 

+* [ARCHETYPE-542](https://issues.apache.org/jira/browse/ARCHETYPE-542) switch from Git-WIP to Gitbox

 

-    <p>Improvements:</p>

+Dependency upgrades:

 

-    <ul>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-536">ARCHETYPE-536</a> Update Groovy dependency and enable Groovy Grape in archetype-post-generate.groovy script (by including Ivy dependency)</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-560">ARCHETYPE-560</a> Require Java 7</li>

-    </ul>

+* [ARCHETYPE-543](https://issues.apache.org/jira/browse/ARCHETYPE-543) Upgrade modello from 1.8.3 to 1.9.1

+* [ARCHETYPE-544](https://issues.apache.org/jira/browse/ARCHETYPE-544) Upgrade mave-surefire/failsafe-plugin 2.21.0

+* [ARCHETYPE-545](https://issues.apache.org/jira/browse/ARCHETYPE-545) Upgrade parent to 33

+* [ARCHETYPE-551](https://issues.apache.org/jira/browse/ARCHETYPE-551) Upgrade maven-invoker to 3.0.1

+* [ARCHETYPE-557](https://issues.apache.org/jira/browse/ARCHETYPE-557) Upgrade surefire to 2.22.1

 

+Enjoy,

 

-    <p>Task:</p>

-

-    <ul>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-542">ARCHETYPE-542</a> switch from Git-WIP to Gitbox</li>

-    </ul>

-

-

-    <p>Dependency upgrades:</p>

-

-    <ul>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-543">ARCHETYPE-543</a> Upgrade modello from 1.8.3 to 1.9.1</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-544">ARCHETYPE-544</a> Upgrade mave-surefire/failsafe-plugin 2.21.0</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-545">ARCHETYPE-545</a> Upgrade parent to 33</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-551">ARCHETYPE-551</a> Upgrade maven-invoker to 3.0.1</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-557">ARCHETYPE-557</a> Upgrade surefire to 2.22.1</li>

-    </ul>

-

-

-    <p>Enjoy,</p>

-

-    <p>-The Apache Maven team</p>

-</div>
+-The Apache Maven team

diff --git a/apache-maven-archetype-plugin-version1.markdown b/apache-maven-archetype-plugin-version1.markdown
index f9c02e6..f9a0b69 100644
--- a/apache-maven-archetype-plugin-version1.markdown
+++ b/apache-maven-archetype-plugin-version1.markdown
@@ -1,69 +1,53 @@
----
-layout: post
-title: Apache Maven Archetype Plugin, Version 3.2.0 Released
-date: '2020-07-22T22:35:55+00:00'
-permalink: apache-maven-archetype-plugin-version1
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the release of the

-  <a href="https://maven.apache.org/archetype/maven-archetype-plugin/">Apache Maven Archetype Plugin, version 3.2.0</a>.</p>

+---

+layout: post

+title: "Apache Maven Archetype Plugin 3.2.0 Released"

+date: '2020-07-22T22:35:55+00:00'

+permalink: apache-maven-archetype-plugin-version1

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Apache Maven team is pleased to announce the release of the

+[Apache Maven Archetype Plugin, version 3.2.0](https://maven.apache.org/archetype/maven-archetype-plugin/).

 

-  <p>In short, Archetype is a Maven project templating toolkit. An archetype is defined as an original pattern or model from which all other things of the same kind are made. The names fits as we are trying to provide a system that provides a consistent means of generating Maven projects. Archetype will help authors create Maven project templates for users, and provides users with the means to generate parameterized versions of those project templates.</p>

+In short, Archetype is a Maven project templating toolkit. An archetype is defined as an original pattern or model from which all other things of the same kind are made. The names fits as we are trying to provide a system that provides a consistent means of generating Maven projects. Archetype will help authors create Maven project templates for users, and provides users with the means to generate parameterized versions of those project templates.

 

-  <p><a href="https://maven.apache.org/archetype/maven-archetype-plugin/index.html">https://maven.apache.org/archetype/maven-archetype-plugin/index.html</a></p>

+https://maven.apache.org/archetype/maven-archetype-plugin/index.html

 

-  <p>You should specify the version in your project&rsquo;s plugin configuration:</p>

+You should specify the version in your project's plugin configuration:

 

-  <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-archetype-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>

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-archetype-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-archetype-plugin/download.cgi).

 

-  <p>You can download the appropriate sources etc. from the <a href="https://maven.apache.org/plugins/maven-archetype-plugin/download.cgi">download page</a>.</p>

+<!-- more -->

 

-  <!-- more -->

+[Release Notes - Maven Archetype Plugin - Version 3.2.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12346641)

 

+* Bug:

 

-  <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&amp;version=12346641">Release Notes &ndash; Maven Archetype Plugin &ndash; Version 3.2.0</a></p>

+    * [ARCHETYPE-585](https://issues.apache.org/jira/browse/ARCHETYPE-585) - Missing null check causes NullPointerException

 

-  <ul>

-    <li><p>Bug:</p>

+* New Feature:

 

-      <ul>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-585">ARCHETYPE-585</a> &ndash; Missing null check causes NullPointerException</li>

-      </ul>

-    </li>

-    <li><p>New Feature:</p>

+    * [ARCHETYPE-590](https://issues.apache.org/jira/browse/ARCHETYPE-590) - support Reproducible Builds for archetype:jar

 

-      <ul>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-590">ARCHETYPE-590</a> &ndash; support Reproducible Builds for archetype:jar</li>

-      </ul>

-    </li>

-    <li><p>Improvements:</p>

+* Improvements:

 

-      <ul>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-583">ARCHETYPE-583</a> &ndash; Skip parent non-archetype project when updating local catalog</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-586">ARCHETYPE-586</a> &ndash; make build Reproducible</li>

-      </ul>

-    </li>

-    <li><p>Dependency upgrades:</p>

+    * [ARCHETYPE-583](https://issues.apache.org/jira/browse/ARCHETYPE-583) - Skip parent non-archetype project when updating local catalog

+    * [ARCHETYPE-586](https://issues.apache.org/jira/browse/ARCHETYPE-586) - make build Reproducible

 

-      <ul>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-594">ARCHETYPE-594</a> &ndash; Update easymock</li>

-        <li><a href="https://issues.apache.org/jira/browse/ARCHETYPE-596">ARCHETYPE-596</a> &ndash; Update xmlunit</li>

-      </ul>

-    </li>

-  </ul>

+* Dependency upgrades:

 

+    * [ARCHETYPE-594](https://issues.apache.org/jira/browse/ARCHETYPE-594) - Update easymock

+    * [ARCHETYPE-596](https://issues.apache.org/jira/browse/ARCHETYPE-596) - Update xmlunit

 

-  <p>Enjoy,</p>

+Enjoy,

 

-  <p>-The Apache Maven team</p>

-</div>

+-The Apache Maven team

diff --git a/apache-maven-artifact-plugin-version.markdown b/apache-maven-artifact-plugin-version.markdown
index eb2a222..f3066c4 100644
--- a/apache-maven-artifact-plugin-version.markdown
+++ b/apache-maven-artifact-plugin-version.markdown
@@ -1,55 +1,42 @@
----
-layout: post
-title: Apache Maven Artifact Plugin Version 3.3.0 Released
-date: '2022-04-07T09:30:30+00:00'
-permalink: apache-maven-artifact-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-artifact-plugin/">Apache Maven Artifact Plugin, version 3.3.0</a>.</p>

+---

+layout: post

+title: "Apache Maven Artifact Plugin Version 3.3.0 Released"

+date: '2022-04-07T09:30:30+00:00'

+permalink: apache-maven-artifact-plugin-version

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Apache Maven team is pleased to announce the release of the

+[Apache Maven Artifact Plugin, version 3.3.0](https://maven.apache.org/plugins/maven-artifact-plugin/).

 

-  <p>The Artifact Plugin is used to manage artifacts tasks.</p>

+The Artifact Plugin is used to manage artifacts tasks.

 

-  <p>You should specify the version in your project&rsquo;s plugin configuration:</p>

+You should specify the version in your project's plugin configuration:

 

-  <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-artifact-plugin<span class="nt">&lt;/artifactId&gt;</span>

-</span><span class='line'>  <span class="nt">&lt;version&gt;</span>3.3.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>

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-artifact-plugin</artifactId>

+  <version>3.3.0</version>

+</plugin>

+```

+

+<!-- more -->

+

+[Release Notes - Maven Artifact Plugin - Version 3.3.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350902&styleName=Text&projectId=12324322)

+

+Release Notes - Maven Artifact Plugin - Version 3.3.0

+

+* Bug:

+

+    * [MARTIFACT-31](https://issues.apache.org/jira/browse/MARTIFACT-31) - wrong comparison results when buildinfo has been published to Central

+

+* New Feature:

+

+    * [MARTIFACT-24](https://issues.apache.org/jira/browse/MARTIFACT-24) - add artifact:check-buildplan goal to check that plugins versions do not have known reproducibility issues

 

 

+Enjoy,

 

-

-  <!-- more -->

-

-

-  <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350902&amp;styleName=Text&amp;projectId=12324322">Release Notes &ndash; Maven Artifact Plugin &ndash; Version 3.3.0</a></p>

-

-  <p>Release Notes &ndash; Maven Artifact Plugin &ndash; Version 3.3.0</p>

-

-  <ul>

-    <li><p>Bug:</p>

-

-      <ul>

-        <li><a href="https://issues.apache.org/jira/browse/MARTIFACT-31">MARTIFACT-31</a> &ndash; wrong comparison results when buildinfo has been published to Central</li>

-      </ul>

-    </li>

-    <li><p>New Feature:</p>

-

-      <ul>

-        <li><a href="https://issues.apache.org/jira/browse/MARTIFACT-24">MARTIFACT-24</a> &ndash; add artifact:check-buildplan goal to check that plugins versions do not have known reproducibility issues</li>

-      </ul>

-    </li>

-  </ul>

-

-

-  <p>Enjoy,</p>

-

-  <p>-The Apache Maven team</p>

-</div>
+-The Apache Maven team

diff --git a/apache-maven-assembly-plugin-version.markdown b/apache-maven-assembly-plugin-version.markdown
index e462aa4..9418c23 100644
--- a/apache-maven-assembly-plugin-version.markdown
+++ b/apache-maven-assembly-plugin-version.markdown
@@ -1,84 +1,66 @@
----
-layout: post
-title: Apache Maven Assembly Plugin Version 3.1.1 Released
-date: '2019-01-02T23:50:25+00:00'
-permalink: apache-maven-assembly-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-assembly-plugin/">Apache

-Maven Assembly Plugin, version 3.1.1</a>.</p>

+---

+layout: post

+title: "Apache Maven Assembly Plugin Version 3.1.1 Released"

+date: '2019-01-02T23:50:25+00:00'

+permalink: apache-maven-assembly-plugin-version

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Apache Maven team is pleased to announce the release of the [Apache

+Maven Assembly Plugin, version 3.1.1](https://maven.apache.org/plugins/maven-assembly-plugin/).

 

-<p>The Assembly Plugin for Maven is primarily intended to allow users to aggregate

+The Assembly Plugin for Maven is primarily intended to allow users to aggregate

 the project output along with its dependencies, modules, site documentation,

-and other files into a single distributable archive.</p>

+and other files into a single distributable archive.

 

-<p>Note:</p>

+Note:

 

-<ul>

-<li>Maven 3.X only</li>

-<li>JDK 7 miminum requirement.</li>

-</ul>

+* Maven 3.X only

+* JDK 7 miminum requirement.

 

+You can download the appropriate sources etc. from the [download page](https://maven.apache.org/plugins/maven-assembly-plugin/download.cgi).

 

-<p>You can download the appropriate sources etc. from the <a href="https://maven.apache.org/plugins/maven-assembly-plugin/download.cgi">download page</a>.</p>

+You should specify the version in your project's plugin configuration:

 

-<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-assembly-plugin<span class="nt">&lt;/artifactId&gt;</span>

-</span><span class='line'>  <span class="nt">&lt;version&gt;</span>3.1.1<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>

-

-

-

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-assembly-plugin</artifactId>

+  <version>3.1.1</version>

+</plugin>

+```

 

 <!-- more -->

 

+[Release Notes - Maven Assembly Plugin - Version 3.1.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&version=12341358)

 

-<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&amp;version=12341358">Release Notes &ndash; Maven Assembly Plugin &ndash; Version 3.1.1</a></p>

+Bugs:

 

-<p>Bugs:</p>

+* [MASSEMBLY-675](https://issues.apache.org/jira/browse/MASSEMBLY-675) - Maven Assembly packaging wildcard-excluded dependencies

+* [MASSEMBLY-762](https://issues.apache.org/jira/browse/MASSEMBLY-762) - Assembly plugin doesn't exclude transitive dependencies when excluded by wildcards in dependencies section

+* [MASSEMBLY-799](https://issues.apache.org/jira/browse/MASSEMBLY-799) - Exclusion on wildcard, then the assembly would still package to include the excluded libraries

+* [MASSEMBLY-861](https://issues.apache.org/jira/browse/MASSEMBLY-861) - exclusion * also packaged

+* [MASSEMBLY-873](https://issues.apache.org/jira/browse/MASSEMBLY-873) - Maven-Assembly-Plugin freezes when building jar-with-dependencies of project depending on org.bouncycastle:bcprov-jdk15on:1.58

+* [MASSEMBLY-893](https://issues.apache.org/jira/browse/MASSEMBLY-893) - Typo in FAQ

 

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-675">MASSEMBLY-675</a> &ndash; Maven Assembly packaging wildcard-excluded dependencies</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-762">MASSEMBLY-762</a> &ndash; Assembly plugin doesn&rsquo;t exclude transitive dependencies when excluded by wildcards in dependencies section</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-799">MASSEMBLY-799</a> &ndash; Exclusion on wildcard, then the assembly would still package to include the excluded libraries</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-861">MASSEMBLY-861</a> &ndash; exclusion * also packaged</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-873">MASSEMBLY-873</a> &ndash; Maven-Assembly-Plugin freezes when building jar-with-dependencies of project depending on org.bouncycastle:bcprov-jdk15on:1.58</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-893">MASSEMBLY-893</a> &ndash; Typo in FAQ</li>

-</ul>

+Tasks:

 

+* [MASSEMBLY-885](https://issues.apache.org/jira/browse/MASSEMBLY-885) - remove unused unpack code

+* [MASSEMBLY-898](https://issues.apache.org/jira/browse/MASSEMBLY-898) - upgrade to plexus-io 3.1.1

+* [MASSEMBLY-899](https://issues.apache.org/jira/browse/MASSEMBLY-899) - Make deprecated and non used of parameter useJvmChmod parameter (plugin is now 1.7)

+* [MASSEMBLY-901](https://issues.apache.org/jira/browse/MASSEMBLY-901) - Fix trivial javadocs HTML errors

+* [MASSEMBLY-902](https://issues.apache.org/jira/browse/MASSEMBLY-902) - Some Integration tests fails if launched with an very large UID

 

-<p>Tasks:</p>

+Dependency upgrades:

 

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-885">MASSEMBLY-885</a> &ndash; remove unused unpack code</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-898">MASSEMBLY-898</a> &ndash; upgrade to plexus-io 3.1.1</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-899">MASSEMBLY-899</a> &ndash; Make deprecated and non used of parameter useJvmChmod parameter (plugin is now 1.7)</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-901">MASSEMBLY-901</a> &ndash; Fix trivial javadocs HTML errors</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-902">MASSEMBLY-902</a> &ndash; Some Integration tests fails if launched with an very large UID</li>

-</ul>

+* [MASSEMBLY-876](https://issues.apache.org/jira/browse/MASSEMBLY-876) - Upgrade parent to 31

+* [MASSEMBLY-882](https://issues.apache.org/jira/browse/MASSEMBLY-882) - Upgrade mave-surefire/failsafe-plugin 2.21.0

+* [MASSEMBLY-884](https://issues.apache.org/jira/browse/MASSEMBLY-884) - Upgrade plexus-archiver to 3.6.0

+* [MASSEMBLY-890](https://issues.apache.org/jira/browse/MASSEMBLY-890) - Upgrade plexus-interpolation to 1.25

+* [MASSEMBLY-892](https://issues.apache.org/jira/browse/MASSEMBLY-892) - Upgrade maven-plugins parent to version 33

+* [MASSEMBLY-900](https://issues.apache.org/jira/browse/MASSEMBLY-900) - Upgrade plexus-archiver to 4.0.0

 

+Enjoy,

 

-<p>Dependency upgrades:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-876">MASSEMBLY-876</a> &ndash; Upgrade parent to 31</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-882">MASSEMBLY-882</a> &ndash; Upgrade mave-surefire/failsafe-plugin 2.21.0</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-884">MASSEMBLY-884</a> &ndash; Upgrade plexus-archiver to 3.6.0</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-890">MASSEMBLY-890</a> &ndash; Upgrade plexus-interpolation to 1.25</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-892">MASSEMBLY-892</a> &ndash; Upgrade maven-plugins parent to version 33</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-900">MASSEMBLY-900</a> &ndash; Upgrade plexus-archiver to 4.0.0</li>

-</ul>

-

-

-<p>Enjoy,</p>

-

-<p>-The Apache Maven team</p>

-</div>

+-The Apache Maven team

diff --git a/apache-maven-assembly-plugin-version1.markdown b/apache-maven-assembly-plugin-version1.markdown
index 9e4156a..9bdbdcd 100644
--- a/apache-maven-assembly-plugin-version1.markdown
+++ b/apache-maven-assembly-plugin-version1.markdown
@@ -1,75 +1,57 @@
----
-layout: post
-title: Apache Maven Assembly Plugin Version 3.3.0 Released
-date: '2020-05-01T13:00:00+00:00'
-permalink: apache-maven-assembly-plugin-version1
----
-<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-assembly-plugin/">Apache

-Maven Assembly Plugin, version 3.3.0</a>.</p>

+---

+layout: post

+title: "Apache Maven Assembly Plugin Version 3.3.0 Released"

+date: '2020-05-01T13:00:00+00:00'

+permalink: apache-maven-assembly-plugin-version1

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Apache Maven team is pleased to announce the release of the [Apache

+Maven Assembly Plugin, version 3.3.0](https://maven.apache.org/plugins/maven-assembly-plugin/).

 

-<p>The Assembly Plugin for Maven is primarily intended to allow users to aggregate

+The Assembly Plugin for Maven is primarily intended to allow users to aggregate

 the project output along with its dependencies, modules, site documentation,

-and other files into a single distributable archive.</p>

+and other files into a single distributable archive.

 

-<p>You can download the appropriate sources etc. from the <a href="https://maven.apache.org/plugins/maven-assembly-plugin/download.cgi">download page</a>.</p>

+You can download the appropriate sources etc. from the [download page](https://maven.apache.org/plugins/maven-assembly-plugin/download.cgi).

 

-<p>You should specify the version in your project&rsquo;s plugin configuration:</p>

+You should specify the version in your project's plugin configuration:

 

-<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-assembly-plugin<span class="nt">&lt;/artifactId&gt;</span>

-</span><span class='line'>  <span class="nt">&lt;version&gt;</span>3.3.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>

-

-

-

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-assembly-plugin</artifactId>

+  <version>3.3.0</version>

+</plugin>

+```

 

 <!-- more -->

 

+[Release Notes - Maven Assembly Plugin - Version 3.3.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&version=12344774)

 

-<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&amp;version=12344774">Release Notes &ndash; Maven Assembly Plugin &ndash; Version 3.3.0</a></p>

+* Bugs:

 

-<ul>

-<li><p>Bugs:</p>

+    * [MASSEMBLY-879](https://issues.apache.org/jira/browse/MASSEMBLY-879) - useDefaultExcludes has no effect in dependencySet/unpack

+    * [MASSEMBLY-920](https://issues.apache.org/jira/browse/MASSEMBLY-920) - ContainerDescriptorHandler for MetaInf-Services breaks folder structure

+    * [MASSEMBLY-932](https://issues.apache.org/jira/browse/MASSEMBLY-932) - resource filtering skipped for resources in the current project

 

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-879">MASSEMBLY-879</a> &ndash; useDefaultExcludes has no effect in dependencySet/unpack</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-920">MASSEMBLY-920</a> &ndash; ContainerDescriptorHandler for MetaInf-Services breaks folder structure</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-932">MASSEMBLY-932</a> &ndash; resource filtering skipped for resources in the current project</li>

-</ul>

-</li>

-<li><p>New Features:</p>

+* New Features:

 

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-922">MASSEMBLY-922</a> &ndash; allow to override UID/GID and user name and group name for files stored in TAR (and other formats that store UID/GID)</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-927">MASSEMBLY-927</a> &ndash; Support for properties mapping on executions of maven-assembly-plugin</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-934">MASSEMBLY-934</a> &ndash; Support concatenation of files</li>

-</ul>

-</li>

-<li><p>Improvements:</p>

+    * [MASSEMBLY-922](https://issues.apache.org/jira/browse/MASSEMBLY-922) - allow to override UID/GID and user name and group name for files stored in TAR (and other formats that store UID/GID)

+    * [MASSEMBLY-927](https://issues.apache.org/jira/browse/MASSEMBLY-927) - Support for properties mapping on executions of maven-assembly-plugin

+    * [MASSEMBLY-934](https://issues.apache.org/jira/browse/MASSEMBLY-934) - Support concatenation of files

 

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-765">MASSEMBLY-765</a> &ndash; add property groupIdPath</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-849">MASSEMBLY-849</a> &ndash; Add nonFilteredFileExtensions to avoid filtering of binary files</li>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-933">MASSEMBLY-933</a> &ndash; make build Reproducible</li>

-</ul>

-</li>

-<li><p>Dependency upgrade:</p>

+* Improvements:

 

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-924">MASSEMBLY-924</a> &ndash; Upgrade commons-compress to 1.19</li>

-</ul>

-</li>

-</ul>

+    * [MASSEMBLY-765](https://issues.apache.org/jira/browse/MASSEMBLY-765) - add property groupIdPath

+    * [MASSEMBLY-849](https://issues.apache.org/jira/browse/MASSEMBLY-849) - Add nonFilteredFileExtensions to avoid filtering of binary files

+    * [MASSEMBLY-933](https://issues.apache.org/jira/browse/MASSEMBLY-933) - make build Reproducible

 

+* Dependency upgrade:

 

-<p>Enjoy,</p>

+    * [MASSEMBLY-924](https://issues.apache.org/jira/browse/MASSEMBLY-924) - Upgrade commons-compress to 1.19

 

-<p>-The Apache Maven team</p>

-</div>
+Enjoy,

+

+-The Apache Maven team

diff --git a/apache-maven-assembly-plugin-version2.markdown b/apache-maven-assembly-plugin-version2.markdown
index 0ba7b36..b8e8e18 100644
--- a/apache-maven-assembly-plugin-version2.markdown
+++ b/apache-maven-assembly-plugin-version2.markdown
@@ -1,38 +1,42 @@
----
-layout: post
-title: Apache Maven Assembly Plugin, version 3.4.2 released
-date: '2022-07-23T12:22:22+00:00'
-permalink: apache-maven-assembly-plugin-version2
----
-<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-assembly-plugin/">Apache

-Maven Assembly Plugin, version 3.4.2</a>.</p>

-<p>The Assembly Plugin for Maven is primarily intended to allow users to aggregate

-the project output along with its dependencies, modules, site documentation,

-and other files into a single distributable archive.</p>

-<p>You can download the appropriate sources etc. from the <a href="https://maven.apache.org/plugins/maven-assembly-plugin/download.cgi">download page</a>.</p>

-<p>You should specify the version in your project's plugin configuration:</p>

-<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-assembly-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.4.2<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><!-- more -->

-<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&amp;version=12352095">Release Notes - Maven Assembly Plugin - Version 3.4.2</a></p>

-<ul>

-<li>

-<p>Bug:</p>

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-969">MASSEMBLY-969</a> - Excludes filtering in 3.4.0 and 3.4.1 differs from 3.3.0</li>

-</ul>

-</li>

-<li>

-<p>Task:</p>

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-949">MASSEMBLY-949</a> - Examples should refer to https instead of http</li>

-</ul>

-</li>

-</ul>

-<p>Enjoy,</p>

-<p>-The Apache Maven team</p>

+---

+layout: post

+title: "Apache Maven Assembly Plugin Version 3.4.2 Released"

+date: '2022-07-23T12:22:22+00:00'

+permalink: apache-maven-assembly-plugin-version2

+categories:

+  - Maven-Plugin-Releases

+---

+The Apache Maven team is pleased to announce the release of the [Apache

+Maven Assembly Plugin, version 3.4.2](https://maven.apache.org/plugins/maven-assembly-plugin/).

 

-    </div>
+The Assembly Plugin for Maven is primarily intended to allow users to aggregate

+the project output along with its dependencies, modules, site documentation,

+and other files into a single distributable archive.

+

+You can download the appropriate sources etc. from the [download page](https://maven.apache.org/plugins/maven-assembly-plugin/download.cgi).

+

+You should specify the version in your project's plugin configuration:

+

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-assembly-plugin</artifactId>

+  <version>3.4.2</version>

+</plugin>

+```

+

+<!-- more -->

+

+[Release Notes - Maven Assembly Plugin - Version 3.4.2](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&version=12352095)

+

+* Bug:

+

+    * [MASSEMBLY-969](https://issues.apache.org/jira/browse/MASSEMBLY-969) - Excludes filtering in 3.4.0 and 3.4.1 differs from 3.3.0

+

+* Task:

+

+    * [MASSEMBLY-949](https://issues.apache.org/jira/browse/MASSEMBLY-949) - Examples should refer to https instead of http

+

+Enjoy,

+

+-The Apache Maven team

diff --git a/apache-maven-checkstyle-plugin-3.2.1.markdown b/apache-maven-checkstyle-plugin-3.2.1.markdown
new file mode 100644
index 0000000..e344570
--- /dev/null
+++ b/apache-maven-checkstyle-plugin-3.2.1.markdown
@@ -0,0 +1,37 @@
+---
+layout: post
+title: "Apache Maven Checkstyle Plugin Version 3.2.1 Released"
+date: '2019-05-30T12:31:02+00:00'
+permalink: apache-maven-checkstyle-plugin-3.2.1
+categories:
+  - Maven
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven Checkstyle Plugin, version 3.2.1](https://maven.apache.org/plugins/maven-checkstyle-plugin/).
+
+The Checkstyle Plugin generates a report regarding the code style used by the
+developers. For more information about Checkstyle, see
+https://checkstyle.sourceforge.net/.
+
+You should specify the version in your project's plugin configuration:
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-checkstyle-plugin</artifactId>
+  <version>3.2.1</version>
+</plugin>
+``` 
+
+You can download the appropriate [sources etc. from the download page](https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi).
+
+[Release Notes - Apache Maven Checkstyle Plugin - Version 3.2.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12352729)
+
+* Task:
+
+    * [MCHECKSTYLE-423] - Explicitly start and end tables with Doxia Sinks in report renderers
+
+Enjoy,
+
+- The Apache Maven team 
diff --git a/apache-maven-checkstyle-plugin-version.markdown b/apache-maven-checkstyle-plugin-version.markdown
index 1929d2c..42e0795 100644
--- a/apache-maven-checkstyle-plugin-version.markdown
+++ b/apache-maven-checkstyle-plugin-version.markdown
@@ -1,75 +1,60 @@
----
-layout: post
-title: Apache Maven Checkstyle Plugin Version 3.1.0 Released
-date: '2019-05-30T12:31:02+00:00'
-permalink: apache-maven-checkstyle-plugin-version
----
-<div class="entry-content"><p>The Maven team is pleased to announce the release of the

-    <a href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">Apache Maven Checkstyle Plugin, version 3.1.0</a>.</p>

+---

+layout: post

+title: "Apache Maven Checkstyle Plugin Version 3.1.0 Released"

+date: '2019-05-30T12:31:02+00:00'

+permalink: apache-maven-checkstyle-plugin-version

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Maven team is pleased to announce the release of the

+[Apache Maven Checkstyle Plugin, version 3.1.0](https://maven.apache.org/plugins/maven-checkstyle-plugin/).

 

-    <p>The Checkstyle Plugin generates a report regarding the code style used by the

-        developers. For more information about Checkstyle, see

-        <a href="http://checkstyle.sourceforge.net/.">http://checkstyle.sourceforge.net/.</a></p>

+The Checkstyle Plugin generates a report regarding the code style used by the

+developers. For more information about Checkstyle, see

+https://checkstyle.sourceforge.net/.

 

-    <p>You should specify the version in your project&rsquo;s plugin configuration:</p>

+You should specify the version in your project's plugin configuration:

 

-    <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-checkstyle-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>

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-checkstyle-plugin</artifactId>

+  <version>3.1.0</version>

+</plugin>

+``` 

 

+<!-- more -->

 

-    <p></p>

+[Release Notes - Apache Maven Checkstyle Plugin - Version 3.1.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12342397)

 

-    <!-- more -->

+You can download the appropriate sources etc. from the download page:

 

+https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi

 

-    <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&amp;version=12342397">Release Notes &ndash; Apache Maven Checkstyle Plugin &ndash; Version 3.1.0</a></p>

+Bugs:

 

-    <p>You can download the appropriate sources etc. from the download page:</p>

+* [MCHECKSTYLE-323](https://issues.apache.org/jira/browse/MCHECKSTYLE-323) - usage of checkstyle 7.0 (jdk8 is required)

+* [MCHECKSTYLE-344](https://issues.apache.org/jira/browse/MCHECKSTYLE-344) - StringIndexOutOfBoundsException in RuleUtil

+* [MCHECKSTYLE-347](https://issues.apache.org/jira/browse/MCHECKSTYLE-347) - StringIndexOutOfBoundsException when checkstyle.violation.ignore set to empty value

+* [MCHECKSTYLE-365](https://issues.apache.org/jira/browse/MCHECKSTYLE-365) - Site Report, Rules: Violation count incorrect for duplicate rules when one uses default severity

 

-    <p><a href="https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi">https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi</a></p>

+Improvements:

 

-    <p>Bugs:</p>

+* [MCHECKSTYLE-326](https://issues.apache.org/jira/browse/MCHECKSTYLE-326) - Running mvn install works first time second it does not

+* [MCHECKSTYLE-350](https://issues.apache.org/jira/browse/MCHECKSTYLE-350) - Lock version of animal-sniffer-maven-plugin

+* [MCHECKSTYLE-353](https://issues.apache.org/jira/browse/MCHECKSTYLE-353) - Don't resolve any dependencies

+* [MCHECKSTYLE-374](https://issues.apache.org/jira/browse/MCHECKSTYLE-374) - Replace deprecated methods in Checkstyle

+* [MCHECKSTYLE-375](https://issues.apache.org/jira/browse/MCHECKSTYLE-375) - Upgrade all test XML doctypes

 

-    <ul>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-323">MCHECKSTYLE-323</a> &ndash; usage of checkstyle 7.0 (jdk8 is required)</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-344">MCHECKSTYLE-344</a> &ndash; StringIndexOutOfBoundsException in RuleUtil</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-347">MCHECKSTYLE-347</a> &ndash; StringIndexOutOfBoundsException when checkstyle.violation.ignore set to empty value</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-365">MCHECKSTYLE-365</a> &ndash; Site Report, Rules: Violation count incorrect for duplicate rules when one uses default severity</li>

-    </ul>

+Dependency upgrades:

 

+* [MCHECKSTYLE-349](https://issues.apache.org/jira/browse/MCHECKSTYLE-349) - Upgrade to parent pom 31

+* [MCHECKSTYLE-359](https://issues.apache.org/jira/browse/MCHECKSTYLE-359) - Upgrade maven-plugins parent to version 32

+* [MCHECKSTYLE-360](https://issues.apache.org/jira/browse/MCHECKSTYLE-360) - Upgrade maven-site-plugin to 3.7.1 for integration tests

+* [MCHECKSTYLE-366](https://issues.apache.org/jira/browse/MCHECKSTYLE-366) - Upgrade checkstyle to a more recent version

 

-    <p>Improvements:</p>

+Enjoy,

 

-    <ul>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-326">MCHECKSTYLE-326</a> &ndash; Running mvn install works first time second it does not</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-350">MCHECKSTYLE-350</a> &ndash; Lock version of animal-sniffer-maven-plugin</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-353">MCHECKSTYLE-353</a> &ndash; Don&rsquo;t resolve any dependencies</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-374">MCHECKSTYLE-374</a> &ndash; Replace deprecated methods in Checkstyle</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-375">MCHECKSTYLE-375</a> &ndash; Upgrade all test XML doctypes</li>

-    </ul>

-

-

-    <p>Dependency upgrades:</p>

-

-    <ul>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-349">MCHECKSTYLE-349</a> &ndash; Upgrade to parent pom 31</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-359">MCHECKSTYLE-359</a> &ndash; Upgrade maven-plugins parent to version 32</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-360">MCHECKSTYLE-360</a> &ndash; Upgrade maven-site-plugin to 3.7.1 for integration tests</li>

-        <li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-366">MCHECKSTYLE-366</a> &ndash; Upgrade checkstyle to a more recent version</li>

-    </ul>

-

-

-    <p>Enjoy,</p>

-

-    <p>-The Maven team</p>

-</div>

+-The Maven team

 

diff --git a/apache-maven-checkstyle-plugin-version1.markdown b/apache-maven-checkstyle-plugin-version1.markdown
index b74800b..def55cd 100644
--- a/apache-maven-checkstyle-plugin-version1.markdown
+++ b/apache-maven-checkstyle-plugin-version1.markdown
@@ -1,80 +1,65 @@
----
-layout: post
-title: Apache Maven Checkstyle Plugin Version 3.1.1 Released
-date: '2020-02-23T10:32:21+00:00'
-permalink: apache-maven-checkstyle-plugin-version1
----
-<div class="entry-content"><p>The Maven team is pleased to announce the release of the

-<a href="https://maven.apache.org/plugins/maven-checkstyle-plugin/">Apache Maven Checkstyle Plugin, version 3.1.1</a>.</p>

+---

+layout: post

+title: "Apache Maven Checkstyle Plugin Version 3.1.1 Released"

+date: '2020-02-23T10:32:21+00:00'

+permalink: apache-maven-checkstyle-plugin-version1

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Maven team is pleased to announce the release of the

+[Apache Maven Checkstyle Plugin, version 3.1.1](https://maven.apache.org/plugins/maven-checkstyle-plugin/).

 

-<p>The Checkstyle Plugin generates a report regarding the code style used by the

+The Checkstyle Plugin generates a report regarding the code style used by the

 developers. For more information about Checkstyle, see

-<a href="http://checkstyle.sourceforge.net/.">http://checkstyle.sourceforge.net/.</a></p>

+https://checkstyle.sourceforge.net/.

 

-<p>You should specify the version in your project&rsquo;s plugin configuration:</p>

+You should specify the version in your project's plugin configuration:

 

-<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-checkstyle-plugin<span class="nt">&lt;/artifactId&gt;</span>

-</span><span class='line'>  <span class="nt">&lt;version&gt;</span>3.1.1<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></p>

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-checkstyle-plugin</artifactId>

+  <version>3.1.1</version>

+</plugin>

+``` 

 

 <!-- more -->

 

+[Release Notes - Apache Maven Checkstyle Plugin - Version 3.1.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12345558)

 

-<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&amp;version=12345558">Release Notes &ndash; Apache Maven Checkstyle Plugin &ndash; Version 3.1.1</a></p>

+You can download the appropriate sources etc. from the download page:

 

-<p>You can download the appropriate sources etc. from the download page:</p>

+https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi

 

-<p><a href="https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi">https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi</a></p>

+* Bugs:

 

-<ul>

-<li><p>Bugs:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-380">MCHECKSTYLE-380</a> &ndash; Issue tracking page for maven-checkstyle-plugin is not available</li>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-384">MCHECKSTYLE-384</a> &ndash; Incompatibility to Checkstyle version >= 8.24 &ndash; Upgrade to 8.28</li>

-</ul>

-</li>

-<li><p>New Feature:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-371">MCHECKSTYLE-371</a> &ndash; Add logViolationCountToConsole property</li>

-</ul>

-</li>

-<li><p>Improvements:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-381">MCHECKSTYLE-381</a> &ndash; Remove usage of deprecated class loading functionality from checkstyle</li>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-390">MCHECKSTYLE-390</a> &ndash; Upgrade to checkstyle 8.29</li>

-</ul>

-</li>

-<li><p>Task:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-391">MCHECKSTYLE-391</a> &ndash; Update parent to 34</li>

-</ul>

-</li>

-<li><p>Dependency upgrades:</p>

-

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-388">MCHECKSTYLE-388</a> &ndash; Update internal dependencies with low impact</li>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-389">MCHECKSTYLE-389</a> &ndash; MCHECKSTYLE-365 introduces regression with &lsquo;rules&rsquo; aggregate count section on report</li>

-</ul>

-</li>

-</ul>

+    * [MCHECKSTYLE-380](https://issues.apache.org/jira/browse/MCHECKSTYLE-380) - Issue tracking page for maven-checkstyle-plugin is not available

+    * [MCHECKSTYLE-384](https://issues.apache.org/jira/browse/MCHECKSTYLE-384) - Incompatibility to Checkstyle version >= 8.24 - Upgrade to 8.28

 

 

-<p>Enjoy,</p>

+* New Feature:

 

-<p>-The Maven team</p>

-</div>

+    * [MCHECKSTYLE-371](https://issues.apache.org/jira/browse/MCHECKSTYLE-371) - Add logViolationCountToConsole property

+

+

+* Improvements:

+

+    * [MCHECKSTYLE-381](https://issues.apache.org/jira/browse/MCHECKSTYLE-381) - Remove usage of deprecated class loading functionality from checkstyle

+    * [MCHECKSTYLE-390](https://issues.apache.org/jira/browse/MCHECKSTYLE-390) - Upgrade to checkstyle 8.29

+

+

+* Task:

+

+    * [MCHECKSTYLE-391](https://issues.apache.org/jira/browse/MCHECKSTYLE-391) - Update parent to 34

+

+

+* Dependency upgrades:

+

+    * [MCHECKSTYLE-388](https://issues.apache.org/jira/browse/MCHECKSTYLE-388) - Update internal dependencies with low impact

+    * [MCHECKSTYLE-389](https://issues.apache.org/jira/browse/MCHECKSTYLE-389) - MCHECKSTYLE-365 introduces regression with 'rules' aggregate count section on report

+

+Enjoy,

+

+-The Maven team

+

diff --git a/apache-maven-checkstyle-plugin-version2.markdown b/apache-maven-checkstyle-plugin-version2.markdown
index 8d97e83..592a683 100644
--- a/apache-maven-checkstyle-plugin-version2.markdown
+++ b/apache-maven-checkstyle-plugin-version2.markdown
@@ -1,53 +1,53 @@
----
-layout: post
-title: Apache Maven Checkstyle Plugin, version 3.2.0 released
-date: '2022-08-23T19:31:31+00:00'
-permalink: apache-maven-checkstyle-plugin-version2
----
-div class="post_body"><p>The Maven team is pleased to announce the release of the

-<a href="https://maven.apache.org/plugins/maven-checkstyle-plugin/">Apache Maven Checkstyle Plugin, version 3.2.0</a>.</p>

-<p>The Checkstyle Plugin generates a report regarding the code style used by the

-developers. For more information about Checkstyle, see

-<a href="https://checkstyle.sourceforge.net/">https://checkstyle.sourceforge.net/</a>.</p>

-<p>You should specify the version in your project's plugin configuration:</p>

-<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-checkstyle-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.2.0<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 <a href="https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi">sources etc. from the download page</a>.</p>

-<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&amp;version=12345559">Release Notes - Apache Maven Checkstyle Plugin - Version 3.2.0</a></p>

-<ul>

-<li>

-<p>Task:</p>

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-418">MCHECKSTYLE-418</a> - Deprecate RSS feature and disable by default</li>

-</ul>

-</li>

-<li>

-<p>Dependency upgrades:</p>

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-393">MCHECKSTYLE-393</a> - upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts</li>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-399">MCHECKSTYLE-399</a> - Upgrade Checkstyle to 8.41.1</li>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-402">MCHECKSTYLE-402</a> - Require Maven 3.1.1 (drop dependency to Maven 3.0)</li>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-406">MCHECKSTYLE-406</a> - Make plugin compatible with Checkstyle 8.44 (Upgraded to 9.1)</li>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-410">MCHECKSTYLE-410</a> - Require Maven 3.2.5+</li>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-417">MCHECKSTYLE-417</a> - Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0</li>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-419">MCHECKSTYLE-419</a> - Upgrade Parent to 37 and cleanup</li>

-</ul>

-</li>

-</ul>

-<p>Compatibility Notice:</p>

-<ul>

-<li>For technical reasons the parameter <code>encoding</code> has been replaced with

-<code>inputEncoding</code>. For details please see

-<ul>

-<li><a href="https://issues.apache.org/jira/browse/MCHECKSTYLE-417">MCHECKSTYLE-417</a>.</li>

-<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/627fa4f684866a579f2c105fcc1dbf3ed776daa8">Git Commit</a>.</li>

-</ul>

-</li>

-</ul>

-<p>Enjoy,</p>

-<p>-The Apache Maven team</p>

+---

+layout: post

+title: "Apache Maven Checkstyle Plugin Version 3.2.0 Released"

+date: '2022-08-23T19:31:31+00:00'

+permalink: apache-maven-checkstyle-plugin-version2

+categories:

+  - Maven

+  - Maven-Plugin-Releases

+---

+The Maven team is pleased to announce the release of the

+[Apache Maven Checkstyle Plugin, version 3.2.0](https://maven.apache.org/plugins/maven-checkstyle-plugin/).

 

-    </div>
+The Checkstyle Plugin generates a report regarding the code style used by the

+developers. For more information about Checkstyle, see

+https://checkstyle.sourceforge.net/.

+

+You should specify the version in your project's plugin configuration:

+

+```xml

+<plugin>

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-checkstyle-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-checkstyle-plugin/download.cgi).

+

+[Release Notes - Apache Maven Checkstyle Plugin - Version 3.2.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12345559)

+

+* Task:

+

+    * [MCHECKSTYLE-418](https://issues.apache.org/jira/browse/MCHECKSTYLE-418) - Deprecate RSS feature and disable by default

+

+* Dependency upgrades:

+

+    * [MCHECKSTYLE-393](https://issues.apache.org/jira/browse/MCHECKSTYLE-393) - upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts

+    * [MCHECKSTYLE-399](https://issues.apache.org/jira/browse/MCHECKSTYLE-399) - Upgrade Checkstyle to 8.41.1

+    * [MCHECKSTYLE-402](https://issues.apache.org/jira/browse/MCHECKSTYLE-402) - Require Maven 3.1.1 (drop dependency to Maven 3.0)

+    * [MCHECKSTYLE-406](https://issues.apache.org/jira/browse/MCHECKSTYLE-406) - Make plugin compatible with Checkstyle 8.44 (Upgraded to 9.1)

+    * [MCHECKSTYLE-410](https://issues.apache.org/jira/browse/MCHECKSTYLE-410) - Require Maven 3.2.5+

+    * [MCHECKSTYLE-417](https://issues.apache.org/jira/browse/MCHECKSTYLE-417) - Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

+    * [MCHECKSTYLE-419](https://issues.apache.org/jira/browse/MCHECKSTYLE-419) - Upgrade Parent to 37 and cleanup

+

+Compatibility Notice:

+* For technical reasons the parameter `encoding` has been replaced with

+  `inputEncoding`. For details please see

+    * [MCHECKSTYLE-417](https://issues.apache.org/jira/browse/MCHECKSTYLE-417).

+    * [Git Commit](https://github.com/apache/maven-checkstyle-plugin/commit/627fa4f684866a579f2c105fcc1dbf3ed776daa8).

+

+Enjoy,

+

+-The Apache Maven team