Author: svn-site-role
Date: Fri Apr 12 17:59:25 2019
New Revision: 1857424

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/docs/3.6.1/release-notes.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/docs/3.6.1/release-notes.html
==============================================================================
--- maven/website/content/docs/3.6.1/release-notes.html (original)
+++ maven/website/content/docs/3.6.1/release-notes.html Fri Apr 12 17:59:25 2019
@@ -203,7 +203,7 @@
 </ul></div>
 <div class="section">
 <h2><a name="Known_Issues"></a>Known Issues</h2>
-<p>If you are using reporting configuration it might happen that you will get 
an exception which looks like this:</p>
+<p>If you are using Maven reporting, it might happen that you will get an 
exception which looks like this:</p>
 
 <div>
 <div>
@@ -219,32 +219,32 @@ Caused by: java.lang.NullPointerExceptio
 
 <p>This is caused by using a <tt>&lt;reportSet&gt;..&lt;/reportSet&gt;</tt> 
which does not contain a <tt>&lt;report&gt;&lt;/report&gt;</tt> element.</p>
 <p>Temporarily this issue can circumvented by adding an empty 
<tt>&lt;report&gt;&lt;/report&gt;</tt> element inside the 
<tt>&lt;reportSet&gt;&lt;/reportSet&gt;</tt>.</p>
-<p>An <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6636";>appropriate issue has 
been created</a> to follow the fix.</p></div>
+<p>An <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MNG-6636";>issue has been 
created</a> to track the fix.</p></div>
 <div class="section">
 <h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
 <ul>
 
 <li>
 
-<p>There has been fixed an issue related to multiple executions of plugin 
goals related to using parallel build options like <tt>mvn plugin:goal -T 
4</tt>. This resulted in duplicated executions of phases which has been fixed 
with <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-5965";>MNG-5965</a>.</p>
+<p>An issue has been fixed causing multiple executions of plugin goals, 
related to using parallel build options like <tt>mvn plugin:goal -T 4</tt>. 
This resulted in duplicated executions of phases. This has been fixed with <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-5965";>MNG-5965</a>.</p>
 </li>
 <li>
 
-<p>Null Pointer Exception related to call in parallel build like <tt>mvn -T 1C 
clean javadoc:aggregat</tt> <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-5705";>MNG-5705</a></p>
+<p>NullPointerException related to call in parallel build like <tt>mvn -T 1C 
clean javadoc:aggregate</tt> <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-5705";>MNG-5705</a></p>
 </li>
 <li>
 
-<p>An performance issue related to artifact transfer has been found related to 
<a class="externalLink" 
href="http://issues.apache.org/jira/browse/WAGON-537";>WAGON-537</a> which has 
been solved via the update to <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-6526";>Maven Wagon 3.3.1</a>.</p>
+<p>A performance issue related to artifact transfer has been found related to 
<a class="externalLink" 
href="http://issues.apache.org/jira/browse/WAGON-537";>WAGON-537</a>. It has 
been solved via the update to <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-6526";>Maven Wagon 3.3.1</a>.</p>
 </li>
 <li>
 
 <p>There had been issues related calling Maven script like this: <tt>mvn -f 
..</tt></p>
 </li>
-<li>Having parentheses within the path which has been fixed with <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-6346";>MNG-6346</a>.</li>
-<li>Script can break having special characters as part of the path which has 
been solved with <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-6256";>MNG-6256</a>.</li>
+<li>Having parentheses within the path, which has been fixed with <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-6346";>MNG-6346</a>.</li>
+<li>Script can break having special characters as part of the path, which has 
been solved with <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-6256";>MNG-6256</a>.</li>
 <li>
 
-<p>Issue related to the Maven Resolver API which broke some IDE&#x2019;s (for 
example <a class="externalLink" 
href="https://youtrack.jetbrains.com/issue/IDEA-201282";>https://youtrack.jetbrains.com/issue/IDEA-201282</a>)
 this has been fixed by <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-6538";>MNG-6538</a>.</p>
+<p>Issue related to the Maven Resolver API which broke some IDEs (for example 
<a class="externalLink" 
href="https://youtrack.jetbrains.com/issue/IDEA-201282";>https://youtrack.jetbrains.com/issue/IDEA-201282</a>);
 this has been fixed by <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-6538";>MNG-6538</a>.</p>
 </li>
 <li>
 
@@ -276,7 +276,7 @@ Caused by: java.lang.NullPointerExceptio
 <pre class="source">mvn --no-transfer-progress ....
 </pre></div></div>
 
-<p>or for short:</p>
+<p>or in short:</p>
 
 <div>
 <div>
@@ -297,7 +297,7 @@ Caused by: java.lang.NullPointerExceptio
 
 <p>Detailed explanations can be found in <a class="externalLink" 
href="https://maven.apache.org/ref/3-LATEST/maven-model-builder/index.html#Inheritance_Assembly";>Inheritance
 Assembly</a> and in <a class="externalLink" 
href="http://issues.apache.org/jira/browse/MNG-6059";>MNG-6059</a></p></div>
 <div class="section">
-<h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed 
issue list</a></h2>
+<h2><a name="The_detailed_issue_list"></a>The detailed issue list<a 
href="#Details"></a></h2>
 <div class="section">
 <h3><a name="Bugs:"></a>Bugs:</h3>
 <ul>

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.


Reply via email to