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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5ba417a  Automated site publishing by Jenkins build 856
5ba417a is described below

commit 5ba417a1463dec304e651728f180a3cb39676514
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Jul 18 19:26:16 2019 +0000

    Automated site publishing by Jenkins build 856
---
 content/download/nb111/index.html | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/content/download/nb111/index.html 
b/content/download/nb111/index.html
index 4cea2ca..e51247c 100644
--- a/content/download/nb111/index.html
+++ b/content/download/nb111/index.html
@@ -248,6 +248,36 @@ The LTS release of the Apache NetBeans 11 cycle is Apache 
NetBeans 11.0. The 11.
 <li>
 <p>JaCoCo Maven integration is broken in NB 11.0: <a 
href="https://github.com/apache/netbeans/pull/1286";>https://github.com/apache/netbeans/pull/1286</a></p>
 </li>
+</ul>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" 
data-lang="xml">&lt;plugin&gt;
+    &lt;groupId&gt;org.jacoco&lt;/groupId&gt;
+    &lt;artifactId&gt;jacoco-maven-plugin&lt;/artifactId&gt;
+    &lt;version&gt;0.8.3&lt;/version&gt;
+    &lt;executions&gt;
+        &lt;execution&gt;
+            &lt;goals&gt;
+                &lt;goal&gt;prepare-agent&lt;/goal&gt;
+            &lt;/goals&gt;
+        &lt;/execution&gt;
+        &lt;execution&gt;
+            &lt;id&gt;report&lt;/id&gt;
+            &lt;phase&gt;prepare-package&lt;/phase&gt;
+            &lt;goals&gt;
+                &lt;goal&gt;report&lt;/goal&gt;
+            &lt;/goals&gt;
+            &lt;configuration&gt;
+               
&lt;outputDirectory&gt;${project.reporting.outputDirectory}/jacoco_test&lt;/outputDirectory&gt;
+            &lt;/configuration&gt;
+        &lt;/execution&gt;
+    &lt;/executions&gt;
+&lt;/plugin&gt;</code></pre>
+</div>
+</div>
+<div class="ulist">
+<ul>
 <li>
 <p>Prevent Maven libraries from being excluded: <a 
href="https://github.com/apache/netbeans/pull/1271";>https://github.com/apache/netbeans/pull/1271</a></p>
 </li>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to