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 7d93cb4  Improved.
7d93cb4 is described below

commit 7d93cb47035ea3512e521f39a199c0aa5cf82a56
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Mon May 1 11:46:26 2023 +0200

    Improved.
---
 apache-maven-3.5.3.markdown       |  95 +++++++++++++++++++
 apache-maven-3.5.4.markdown       |  88 +++++++++++++++++
 apache-maven-release-3-5.markdown | 107 ---------------------
 apache-maven-release-3-6.markdown | 115 -----------------------
 apache-maven-version-3-5.markdown | 193 --------------------------------------
 5 files changed, 183 insertions(+), 415 deletions(-)

diff --git a/apache-maven-3.5.3.markdown b/apache-maven-3.5.3.markdown
new file mode 100644
index 0000000..affeef5
--- /dev/null
+++ b/apache-maven-3.5.3.markdown
@@ -0,0 +1,95 @@
+---
+layout: post
+title: "Apache Maven 3.5.3 Released"
+date: '2018-03-08T16:30:40+00:00'
+permalink: apache-maven-version-3-5-3
+categories:
+- Maven
+- Maven-Releases
+---
+The Apache Maven team is pleased to announce the release of the Apache
+Maven 3.5.3
+
+You can download the appropriate sources etc. from the [download 
page](https://maven.apache.org/download.html)
+
+Contributors
+------------
+
+The Apache Maven team would like to thank the following contributors,
+without whom this release would not have been possible:
+
+Code contributors:
+
+- Sylwester Lachiewicz
+- Bengt Söderberg
+- Robin Müller
+- Romain Manni-Bucau
+
+Issue reporters:
+
+- Ryan Heaton
+- Ryan J McDonough
+- Andreas Kurth
+- Ben Caradoc-Davies
+- Romain Manni-Bucau
+- Robin Müller
+- Dejan Stojadinović
+- Andrew Kennedy
+- Sylwester Lachiewicz
+- Andy Wilkinson
+- Eugene Pliskin
+- Tony Guan
+
+Community testers participating in voting for this release:
+
+- Sylwester Lachiewicz
+- Grzegorz Grzybek
+
+Thank you for your time and feedback.
+
+Release Notes - Maven - Version 3.5.3
+
+**Known issue:**
+
+* [MNG-6372](https://issues.apache.org/jira/browse/MNG-6372) - On Windows with 
-T option, Maven can output spurious ANSI escapes such as [0m [0m
+
+Bugs:
+
+* [MNG-6188](https://issues.apache.org/jira/browse/MNG-6188) - Console color 
not properly reset when interrupting build process
+* [MNG-6255](https://issues.apache.org/jira/browse/MNG-6255) - Maven script 
cannot parse jvm.config with CRLF
+* [MNG-6282](https://issues.apache.org/jira/browse/MNG-6282) - Console output 
has no colors in shell (both Git Bash and Cygwin) [regression in Jansi 1.16 / 
Maven 3.5.1]
+* [MNG-6296](https://issues.apache.org/jira/browse/MNG-6296) - New option 
-Dstyle.color is not working
+* [MNG-6298](https://issues.apache.org/jira/browse/MNG-6298) - 3.5.2: 
ClassNotFoundException: javax.annotation.security.  RolesAllowed
+* [MNG-6300](https://issues.apache.org/jira/browse/MNG-6300) - Multi module 
release creates empty directories in war file instead of jars
+* [MNG-6305](https://issues.apache.org/jira/browse/MNG-6305) - Validation of 
CI friendly version incorrect
+* [MNG-6320](https://issues.apache.org/jira/browse/MNG-6320) - Apparently 
wrong encoding of non-ascii java class filename in error messages in the maven 
log
+* [MNG-6323](https://issues.apache.org/jira/browse/MNG-6323) - Deadlock in 
multithreaded dependency resolution
+* [MNG-6330](https://issues.apache.org/jira/browse/MNG-6330) - [regression] 
Parents relativePath not verified anymore
+
+New Feature:
+
+* [MNG-6302](https://issues.apache.org/jira/browse/MNG-6302) - Provide some 
"progress" hints
+
+Improvement:
+
+* [MNG-5992](https://issues.apache.org/jira/browse/MNG-5992) - Git passwords 
are exposed as the Super POM still uses Maven Release Plugin 2.3.2
+* [MNG-6306](https://issues.apache.org/jira/browse/MNG-6306) - Replace use of 
Guava in maven-resolver-provider with a lighter weight alternative
+* [MNG-6308](https://issues.apache.org/jira/browse/MNG-6308) - display 
packaging & groupId:artifactId when building a module
+* [MNG-6332](https://issues.apache.org/jira/browse/MNG-6332) - Cleaned up 
mvn.cmd Script
+* [MNG-6340](https://issues.apache.org/jira/browse/MNG-6340) - [Performance]To 
make System.gc() call configurable in target summary code
+* [MNG-6342](https://issues.apache.org/jira/browse/MNG-6342) - Emit a WARNING 
about LATEST/RELEASE in parent
+* [MNG-6352](https://issues.apache.org/jira/browse/MNG-6352) - Printout 
version information at the end of the build
+
+Task:
+
+* [MNG-6331](https://issues.apache.org/jira/browse/MNG-6331) - Remove 
maven-bundle-pugin from build pluginManagement
+
+Dependency upgrade:
+
+* [MNG-6312](https://issues.apache.org/jira/browse/MNG-6312) - Update Maven 
Wagon dependency
+* [MNG-6335](https://issues.apache.org/jira/browse/MNG-6335) - Update test 
framework Mockito from 1.10 to 2.12
+* [MNG-6353](https://issues.apache.org/jira/browse/MNG-6353) - Upgrade 
maven-shared-utils to 3.2.1
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-3.5.4.markdown b/apache-maven-3.5.4.markdown
new file mode 100644
index 0000000..82d8b32
--- /dev/null
+++ b/apache-maven-3.5.4.markdown
@@ -0,0 +1,88 @@
+---
+layout: post
+title: "Apache Maven 3.5.4 Released"
+date: '2018-06-22T18:57:38+00:00'
+permalink: apache-maven-release-3-5-4
+categories:
+- Maven
+- Maven-Releases
+---
+The Apache Maven team is pleased to announce the release of the Apache
+Maven 3.5.4.
+
+Apache Maven is a software project management and comprehension tool. Based
+on the concept of a project object model (POM), Maven can manage a
+project's build, reporting and documentation from a central piece of
+information.
+
+You can find out more about Apache Maven at https://maven.apache.org
+
+You can download the appropriate sources etc. from the download page:
+https://maven.apache.org/download.cgi
+
+
+Contributors
+============
+The Apache Maven value community before code and so firstly the team would
+like to thank the following contributors, without whom this release would
+not have been possible:
+
+Code contributors:
+
+- https://github.com/eis
+- Florian Brunner
+- Łukasz Dywicki
+- Sylwester Lachiewicz
+
+Issue reporters:
+
+- Falko Modler
+- Jarkko Rantavuori
+- Łukasz Dywicki
+- Mike Kelly
+- Sylwester Lachiewicz
+
+Community testers participating in voting for this release:
+
+- Dejan Stojadinovic
+- Enrico Olivelli
+- Romain Manni-Bucau
+
+Thank you all for your time and feedback (and apologies if we have missed
+anyone)
+
+Release Notes - Maven - Version 3.5.4
+=====================================
+
+Bugs:
+
+* [MNG-6370](https://issues.apache.org/jira/browse/MNG-6370) - 
ConcurrencyDependencyGraph#getNumberOfBuilds() does not remove finished 
projects from unfinished ones
+* [MNG-6372](https://issues.apache.org/jira/browse/MNG-6372) - On Windows 
Maven can output spurious ANSI escapes such as [0m [0m
+* [MNG-6382](https://issues.apache.org/jira/browse/MNG-6382) - JANSI fails 
frequently with NumberFormatException when building in parallel
+* [MNG-6386](https://issues.apache.org/jira/browse/MNG-6386) - 
${project.baseUri} is not a valid URI (according to RFC 3986)
+* [MNG-6388](https://issues.apache.org/jira/browse/MNG-6388) - Error Fetching 
Artifacts: "[B cannot be cast to java.lang.String"
+* [MNG-6403](https://issues.apache.org/jira/browse/MNG-6403) - 
Artifact#VERSION_FILE_PATTERN does not escape period between date and time
+* [MNG-6410](https://issues.apache.org/jira/browse/MNG-6410) - Add groupId to 
--resume-from suggestion if artifactId is not unique in reactor
+
+Improvements:
+
+* [MNG-5756](https://issues.apache.org/jira/browse/MNG-5756) - Java home 
output in mvn -v is misleading
+* [MNG-5940](https://issues.apache.org/jira/browse/MNG-5940) - Change the 
maven-source-plugin jar goal into jar-no-fork in Maven Super POM
+* [MNG-6362](https://issues.apache.org/jira/browse/MNG-6362) - Add 
documentation information for GitHub
+* [MNG-6363](https://issues.apache.org/jira/browse/MNG-6363) - Remove secret 
thread configuration property from code
+* [MNG-6364](https://issues.apache.org/jira/browse/MNG-6364) - Enhanced 
Jenkinsfile to test Core with JDK 9
+* [MNG-6411](https://issues.apache.org/jira/browse/MNG-6411) - Improve 
readability of project list returned when --resume-from option value is invalid
+
+Task:
+
+* [MNG-6377](https://issues.apache.org/jira/browse/MNG-6377) - switch from 
Git-WIP to Gitbox
+
+Dependency upgrades:
+
+* [MNG-6344](https://issues.apache.org/jira/browse/MNG-6344) - Upgrade Guice 
to 4.2.0
+* [MNG-6423](https://issues.apache.org/jira/browse/MNG-6423) - Upgrade to 
Wagon 3.1.0
+
+Share and Enjoy,
+
+-The Apache Maven team
+
diff --git a/apache-maven-release-3-5.markdown 
b/apache-maven-release-3-5.markdown
deleted file mode 100644
index 36633c5..0000000
--- a/apache-maven-release-3-5.markdown
+++ /dev/null
@@ -1,107 +0,0 @@
----
-layout: post
-title: Apache Maven Release 3.5.4
-date: '2018-06-22T18:57:38+00:00'
-permalink: apache-maven-release-3-5
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the Apache
-Maven 3.5.4.</p>
-
-<p>Apache Maven is a software project management and comprehension tool. Based
-on the concept of a project object model (POM), Maven can manage a
-project&rsquo;s build, reporting and documentation from a central piece of
-information.</p>
-
-<p>You can find out more about Apache Maven at <a 
href="https://maven.apache.org";>https://maven.apache.org</a></p>
-
-<p>You can download the appropriate sources etc. from the download page:
-<a 
href="https://maven.apache.org/download.cgi";>https://maven.apache.org/download.cgi</a></p>
-
-<!-- more -->
-
-
-<h1>Contributors</h1>
-
-<p>The Apache Maven value community before code and so firstly the team would
-like to thank the following contributors, without whom this release would
-not have been possible:</p>
-
-<p>Code contributors:</p>
-
-<ul>
-<li><a href="https://github.com/eis";>https://github.com/eis</a></li>
-<li>Florian Brunner</li>
-<li>Łukasz Dywicki</li>
-<li>Sylwester Lachiewicz</li>
-</ul>
-
-
-<p>Issue reporters:</p>
-
-<ul>
-<li>Falko Modler</li>
-<li>Jarkko Rantavuori</li>
-<li>Łukasz Dywicki</li>
-<li>Mike Kelly</li>
-<li>Sylwester Lachiewicz</li>
-</ul>
-
-
-<p>Community testers participating in voting for this release:</p>
-
-<ul>
-<li>Dejan Stojadinovic</li>
-<li>Enrico Olivelli</li>
-<li>Romain Manni-Bucau</li>
-</ul>
-
-
-<p>Thank you all for your time and feedback (and apologies if we have missed
-anyone)</p>
-
-<h1>Release Notes &ndash; Maven &ndash; Version 3.5.4</h1>
-
-<p>Bugs:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6370";>MNG-6370</a> 
&ndash; ConcurrencyDependencyGraph#getNumberOfBuilds() does not remove finished 
projects from unfinished ones</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6372";>MNG-6372</a> 
&ndash; On Windows Maven can output spurious ANSI escapes such as [0m [0m</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6382";>MNG-6382</a> 
&ndash; JANSI fails frequently with NumberFormatException when building in 
parallel</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6386";>MNG-6386</a> 
&ndash; ${project.baseUri} is not a valid URI (according to RFC 3986)</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6388";>MNG-6388</a> 
&ndash; Error Fetching Artifacts: &ldquo;[B cannot be cast to 
java.lang.String&rdquo;</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6403";>MNG-6403</a> 
&ndash; Artifact#VERSION_FILE_PATTERN does not escape period between date and 
time</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6410";>MNG-6410</a> 
&ndash; Add groupId to &mdash;resume-from suggestion if artifactId is not 
unique in reactor</li>
-</ul>
-
-
-<p>Improvements:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MNG-5756";>MNG-5756</a> 
&ndash; Java home output in mvn -v is misleading</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-5940";>MNG-5940</a> 
&ndash; Change the maven-source-plugin jar goal into jar-no-fork in Maven Super 
POM</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6362";>MNG-6362</a> 
&ndash; Add documentation information for GitHub</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6363";>MNG-6363</a> 
&ndash; Remove secret thread configuration property from code</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6364";>MNG-6364</a> 
&ndash; Enhanced Jenkinsfile to test Core with JDK 9</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6411";>MNG-6411</a> 
&ndash; Improve readability of project list returned when &mdash;resume-from 
option value is invalid</li>
-</ul>
-
-
-<p>Task:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6377";>MNG-6377</a> 
&ndash; switch from Git-WIP to Gitbox</li>
-</ul>
-
-
-<p>Dependency upgrades:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6344";>MNG-6344</a> 
&ndash; Upgrade Guice to 4.2.0</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6423";>MNG-6423</a> 
&ndash; Upgrade to Wagon 3.1.0</li>
-</ul>
-
-
-<p>Share and Enjoy,</p>
-
-<p>-The Apache Maven team</p>
-</div>
diff --git a/apache-maven-release-3-6.markdown 
b/apache-maven-release-3-6.markdown
deleted file mode 100644
index 7215a5f..0000000
--- a/apache-maven-release-3-6.markdown
+++ /dev/null
@@ -1,115 +0,0 @@
----
-layout: post
-title: Apache Maven Release 3.6.0
-date: '2018-11-01T13:05:00+00:00'
-permalink: apache-maven-release-3-6
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the Apache
-Maven 3.6.0.</p>
-
-<p>Apache Maven is a software project management and comprehension tool. Based
-on the concept of a project object model (POM), Maven can manage a
-project&rsquo;s build, reporting and documentation from a central piece of
-information.</p>
-
-<p>You can find out more about Apache Maven at <a 
href="https://maven.apache.org";>https://maven.apache.org</a></p>
-
-<p>You can download the appropriate sources etc. from
-the <a href="https://maven.apache.org/download.cgi";>download page</a></p>
-
-<!-- more -->
-
-
-<p>Code Contributors of this release:</p>
-
-<ul>
-<li>Christoph Kunze</li>
-<li>David Churcher</li>
-</ul>
-
-
-<p>Issue Reporters of this release:</p>
-
-<ul>
-<li>Richard van der Hoff</li>
-<li>Jörg Sesterhenn</li>
-<li>Andreas Sewe</li>
-<li>David Churcher</li>
-<li>Adam John Burley</li>
-<li>Alexander Griesbaum</li>
-<li>Christoph Amshoff</li>
-<li>Seckin Onur Selamet</li>
-<li>Phillip Webb</li>
-<li>John Canny</li>
-<li>Hoa Phan</li>
-</ul>
-
-
-<p>Many thanks to contributors and reporters for the support and time.</p>
-
-<p>Participants to the VOTE of the Maven 3.6.0 Release:</p>
-
-<ul>
-<li>Filipe Sousa</li>
-<li>Eric Lilja</li>
-<li>Enrico Olivelli</li>
-<li>Gary Gregory</li>
-<li>Thomas Collignon</li>
-</ul>
-
-
-<p>Many thanks to those who tested the Maven releases
-and thanks for their support as well.</p>
-
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12338966";>Release
 Notes &ndash; Maven &ndash; Version 3.6.0</a></p>
-
-<p>Bugs:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6311";>MNG-6311</a> 
&ndash; Maven intolerably slow when import scope used heavily in large 
project</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6358";>MNG-6358</a> 
&ndash; Maven build should not require access to apache.org</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6383";>MNG-6383</a> 
&ndash; ProjectBuilder unnecessarily rebuilds modules with ci-friendly 
versions</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6412";>MNG-6412</a> 
&ndash; Exceeding project discovery time when using CI friendly versions</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6415";>MNG-6415</a> 
&ndash; Project Artifacts Cache does not retain the order of classpath 
entries.</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6472";>MNG-6472</a> 
&ndash; Mockito cannot mock this class: interface 
org.eclipse.aether.impl.RepositoryEventDispatcher</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6490";>MNG-6490</a> 
&ndash; Maven shall not fail reporting circular dependency when the dependency 
is a classified secondary artifact</li>
-</ul>
-
-
-<p>Improvements:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MNG-4508";>MNG-4508</a> 
&ndash; No way to avoid adding artifactId to site urls</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-5951";>MNG-5951</a> 
&ndash; add an option to avoid path addition to inherited URLs</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6059";>MNG-6059</a> 
&ndash; Important use cases not covered, as child.inherit.append.path affects 
all children</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6164";>MNG-6164</a> 
&ndash; Collections inconsistently immutable</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6391";>MNG-6391</a> 
&ndash; Printout version of last built module in reactor build</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6414";>MNG-6414</a> 
&ndash; Add more Apache license header patterns to skip downloading Apache 
license</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6467";>MNG-6467</a> 
&ndash; Remove plugin definition from pom file which is inherited</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6480";>MNG-6480</a> 
&ndash; Eclipse.org site is down, and you are unable to build Maven?</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6492";>MNG-6492</a> 
&ndash; Minor improvement on Array construction, converson</li>
-</ul>
-
-
-<p>Task:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6475";>MNG-6475</a> 
&ndash; Remove guava dependencies</li>
-</ul>
-
-
-<p>Dependency upgrades:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6424";>MNG-6424</a> 
&ndash; Upgrade plexus-interpolation to 1.25</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6449";>MNG-6449</a> 
&ndash; Upgrade parent to 32</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6473";>MNG-6473</a> 
&ndash; Update Mockito to 2.21.0</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6478";>MNG-6478</a> 
&ndash; Upgrade parent to 33 for sha512 checksum on release</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6479";>MNG-6479</a> 
&ndash; Upgrade XMLUnit to 2.2.1</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6486";>MNG-6486</a> 
&ndash; Upgrade to Wagon 3.2.0</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6489";>MNG-6489</a> 
&ndash; Upgrade Maven Resolver to 1.3.0</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6491";>MNG-6491</a> 
&ndash; Upgrade commons-lang3 to 3.8.1</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6496";>MNG-6496</a> 
&ndash; Upgrade Maven Resolver to 1.3.1</li>
-<li><p><a href="https://issues.apache.org/jira/browse/MNG-6497";>MNG-6497</a> 
&ndash; Upgrade guice to 4.2.1</p></li>
-<li><p>The Apache Maven team</p></li>
-</ul>
diff --git a/apache-maven-version-3-5.markdown 
b/apache-maven-version-3-5.markdown
deleted file mode 100644
index 2b82c41..0000000
--- a/apache-maven-version-3-5.markdown
+++ /dev/null
@@ -1,193 +0,0 @@
----
-layout: post
-title: Apache Maven Version 3.5.3 Released
-date: '2018-03-08T16:30:40+00:00'
-permalink: apache-maven-version-3-5
----
-<h1>Release Notes &#x2013; Maven 3.5.3</h1>
-<p>The Apache Maven team would like to announce the release of Maven 3.5.3</p>
-<p>Maven 3.5.3 is <a href="../../download.html">available for download</a>.</p>
-<p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project&#x2019;s 
build, reporting and documentation from a central place.</p>
-<p>The core release is independent of the plugins available. Further releases 
of plugins will be made separately. See the <a 
href="../../plugins/index.html">PluginList</a> for more information.</p>
-<p>We hope you enjoy using Maven! If you have any questions, please 
consult:</p>
-<ul>
-
-<li>the web site: <a class="externalLink" 
href="https://maven.apache.org/";>https://maven.apache.org/</a></li>
-<li>the maven-user mailing list: <a 
href="/mail-lists.html">https://maven.apache.org/mail-lists.html</a></li>
-<li>the reference documentation: <a 
href="/ref/3.5.3/">https://maven.apache.org/ref/3.5.3/</a></li>
-</ul>
-<div class="section">
-<h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and 
Contributors of this release</h2>
-<p>We really value the contributions of these non committers, so this section 
is focused on those individuals. Descriptions of the issues fixed can be found 
at the <a href="#Details">end of these release notes</a>.</p>
-<p>Bugs:</p>
-<ul>
-
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6323";>MNG-6323</a> reporter: 
Ben Caradoc-Davies</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6320";>MNG-6320</a> reporter: 
Eugene Pliskin</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6300";>MNG-6300</a> reporter: 
Andreas Kurth</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6298";>MNG-6298</a> reporter: 
Ryan Heaton</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6296";>MNG-6296</a> reporter: 
Robin M&#xfc;ller</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6282";>MNG-6282</a> reporter: 
Dejan Stojadinovi&#x107;</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6255";>MNG-6255</a> reporter: 
Andrew Kennedy</li>
-</ul>
-<p>Improvements:</p>
-<ul>
-
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6340";>MNG-6340</a> reporter: 
Tony Guan</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6306";>MNG-6306</a> reporter: 
Andy Wilkinson</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-5992";>MNG-5992</a> reporter: 
Ryan J. McDonough</li>
-</ul>
-<p>Many thanks to all reporters and contributors for their time and 
support.</p></div>
-<div class="section">
-<h2><a name="Preliminary_Testers"></a>Preliminary Testers</h2>
-<p>Thank you also for your time and feedback.</p></div>
-<div class="section">
-<h2><a name="Known_Issues"></a>Known Issues</h2>
-<p>One new issue was identified during the release testing. This issue affects 
Windows users. When running Maven with parallel threads, i.e. the <tt>-T</tt> 
command line option, Maven may output spurious ANSI escapes such as <tt>[0m 
[0m</tt> <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6372";>MNG-6372</a></p></div>
-<div class="section">
-<h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
-<ul>
-
-<li>
-
-<p>Issues have been fixed related to colorizations like to clean up the 
situation while interrupting the build process <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6188";>MNG-6188</a> and some 
issues related to Git Bash / Cygwin have been fixed <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6282";>MNG-6282</a> and the new 
options <tt>-Dstyle.color</tt> <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6296";>MNG-6296< [...]
-</li>
-<li>
-
-<p>The handling CRLF in <tt>jvm.config</tt> file has been fixed <a 
class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6255";>MNG-6255</a>.</p>
-</li>
-<li>
-
-<p>The wrong usage of the CI friendly version was not correctly identified 
which has been improved <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6305";>MNG-6305</a>.</p>
-</li>
-<li>
-
-<p>Wrong encoding of non-ascii filenames has been fixed <a 
class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6320";>MNG-6320</a>.</p>
-</li>
-<li>
-
-<p>Deadlock in dependency resolution has been fixed <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6323";>MNG-6323</a>.</p>
-</li>
-<li>
-
-<p>A regression related to parents <tt>relativePath</tt> verification has been 
fixed <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6330";>MNG-6330</a>.</p>
-</li>
-</ul>
-<p>So now some more interesting things about new (small) features:</p>
-<ul>
-
-<li>The log output contains now some progress informations related to the 
number of modules which looks like this <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6302";>MNG-6302</a>:</li>
-</ul>
-
-<div>
-<div>
-<pre class="source">[INFO] Building parent 5.0.1-SNAPSHOT                      
               [1/9]
-</pre></div></div>
-
-<p>The number <tt>1</tt> is the current number which is being built where the 
<tt>9</tt> in this case is the number of modules which have to be built 
overall. So we are in module 1 of 9.</p>
-<p>Furthermore the information about the packaging type and the 
groupId/artifactId are now being shown during the build like the following <a 
class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6308";>MNG-6308</a>:</p>
-
-<div>
-<div>
-<pre class="source">[INFO] ------------------&lt; 
com.soebes.examples.j2ee:parent &gt;-------------------
-[INFO] Building parent 5.0.1-SNAPSHOT                                     [1/9]
-[INFO] --------------------------------[ pom ]---------------------------------
-[INFO]
-</pre></div></div>
-
-<p>And finally we have added the version of the modules or the reactor at the 
end of the build <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6352";>MNG-6352</a>:</p>
-
-<div>
-<div>
-<pre class="source">[INFO] 
------------------------------------------------------------------------
-[INFO] Reactor Summary:
-[INFO]
-[INFO] parent 5.0.1-SNAPSHOT .............................. SUCCESS [  0.238 s]
-[INFO] domain ............................................. SUCCESS [  0.014 s]
-[INFO] service-client ..................................... SUCCESS [  0.008 s]
-[INFO] webgui ............................................. SUCCESS [  0.010 s]
-[INFO] service ............................................ SUCCESS [  0.007 s]
-[INFO] app ................................................ SUCCESS [  0.005 s]
-[INFO] appasm ............................................. SUCCESS [  0.005 s]
-[INFO] shade .............................................. SUCCESS [  0.006 s]
-[INFO] assembly 5.0.1-SNAPSHOT ............................ SUCCESS [  0.005 s]
-[INFO] ------------------------------------------------------------------------
-</pre></div></div>
-
-<p>This can be helpful if you have a large number of modules to get the 
information about the version being built. This meant in the past to scroll up 
to the last module and look there for the version. Now this can simply being 
seen at the end of build. If you have a multi module build where the number is 
the same for all modules it will be given only on the first line and the last 
line. If you have an aggregator build the version will be printed out for each 
project.</p>
-<ul>
-
-<li>One more thing has been optimized. We have removed the 
<tt>System.gc()</tt> call at the end of the build because this can cause costs 
for example on AWS systems related to the time taken to run Garbage Collection 
which is not really necessary <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6340";>MNG-6340</a>. This means 
also the resulting output will change a little bit like this:</li>
-</ul>
-
-<div>
-<div>
-<pre class="source">[INFO] 
------------------------------------------------------------------------
-[INFO] BUILD SUCCESS
-[INFO] ------------------------------------------------------------------------
-[INFO] Total time: 6.111 s
-[INFO] Finished at: 2018-02-25T15:34:10+01:00
-[INFO] ------------------------------------------------------------------------
-</pre></div></div>
-
-<p>So there is no line anymore telling you about memory stuff.</p>
-<ul>
-
-<li>If you have used the deprecated version markers like <tt>RELEASE</tt> or 
<tt>LATEST</tt> this will now produce a WARNING during the build <a 
class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6342";>MNG-6342</a>.</li>
-</ul></div>
-<div class="section">
-<h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed 
issue list</a></h2>
-<p>Bugs:</p>
-<ul>
-
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6188";>MNG-6188</a> - Console 
color not properly reset when interrupting build process</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6255";>MNG-6255</a> - Maven 
script cannot parse <tt>jvm.config</tt> with CRLF</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6282";>MNG-6282</a> - Console 
output has no colors in shell (both Git Bash and Cygwin) (regression in Jansi 
1.16 / Maven 3.5.1)</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6296";>MNG-6296</a> - New option 
<tt>-Dstyle.color</tt> is not working</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6298";>MNG-6298</a> - 3.5.2: 
<tt>ClassNotFoundException: javax.annotation.security.RolesAllowed</tt></li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6300";>MNG-6300</a> - Multi 
module release creates empty directories in war file instead of jars</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6305";>MNG-6305</a> - Validation 
of CI friendly version incorrect</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6320";>MNG-6320</a> - Apparently 
wrong encoding of non-ascii java class filename in error messages in the maven 
log</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6323";>MNG-6323</a> - Deadlock 
in multithreaded dependency resolution</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6330";>MNG-6330</a> - 
(regression) Parents relativePath not verified anymore</li>
-</ul>
-<div class="section">
-<h3><a name="New_Feature"></a>New Feature</h3>
-<ul>
-
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6302";>MNG-6302</a> - Provide 
some &#x201c;progress&#x201d; hints</li>
-</ul></div>
-<div class="section">
-<h3><a name="Improvements"></a>Improvements</h3>
-<ul>
-
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-5992";>MNG-5992</a> - Git 
passwords are exposed as the Super POM still uses Maven Release Plugin 
2.3.2</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6306";>MNG-6306</a> - Replace 
use of Guava in maven-resolver-provider with a lighter weight alternative</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6308";>MNG-6308</a> - display 
packaging &amp; groupId:artifactId when building a module</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6332";>MNG-6332</a> - Cleaned up 
<tt>mvn.cmd</tt> Script</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6340";>MNG-6340</a> - 
(Performance) To make <tt>System.gc()</tt> call configurable in target summary 
code</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6342";>MNG-6342</a> - Emit a 
WARNING about LATEST/RELEASE in parent</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6352";>MNG-6352</a> - Printout 
version information at the end of the build</li>
-</ul></div>
-<div class="section">
-<h3><a name="Task"></a>Task</h3>
-<ul>
-
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6331";>MNG-6331</a> - Remove 
maven-bundle-pugin from build pluginManagement</li>
-</ul></div>
-<div class="section">
-<h3><a name="Dependency_upgrade"></a>Dependency upgrade</h3>
-<ul>
-
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6312";>MNG-6312</a> - Update 
Maven Wagon dependency</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6335";>MNG-6335</a> - Update 
test framework Mockito from 1.10 to 2.12</li>
-<li><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6353";>MNG-6353</a> - Upgrade 
maven-shared-utils to 3.2.1</li>
-</ul>
-<p>The full list of changes can be found in our <a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12341428";>issue
 management system</a>.</p></div></div>
-<div class="section">
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
-<p>See <a href="../../docs/history.html">complete release notes for all 
versions</a></p></div>
-        </div>
-      </div>
-    </div>
-    <hr/>

Reply via email to