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

github-actions[bot] pushed a commit to branch main-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main-site-stg-out by this push:
     new 14f9eb5  Add website content generated from 
`20e51c189701756321b0061a8500ef878f2d2c1c`
14f9eb5 is described below

commit 14f9eb5551587386c992b433338bd9bb6b40ff43
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Sat May 2 17:54:31 2026 +0000

    Add website content generated from 
`20e51c189701756321b0061a8500ef878f2d2c1c`
---
 features.html  | 119 ---------------------------------------------------------
 sitemap.xml    |  16 ++++----
 workflows.html |   3 --
 3 files changed, 8 insertions(+), 130 deletions(-)

diff --git a/features.html b/features.html
index 2745fc1..09c8304 100644
--- a/features.html
+++ b/features.html
@@ -202,125 +202,6 @@ that can be used from other repositories.</p>
 </ul>
 </div>
 </div>
-<div class="sect2">
-<h3 id="develocity-configuration"><a class="anchor" 
href="#develocity-configuration"></a>Develocity configuration</h3>
-<div class="paragraph">
-<p><a href="https://gradle.com/develocity/";>Gradle Develocity</a> is a service 
that provides statistics and other improvements to the development experience.
-Due to an
-<a 
href="https://gradle.com/blog/apache-software-foundation-standardizes-on-gradle-develocity-to-improve-developer-productivity-experience/";>agreement
 between the ASF and Gradle</a>,
-it is available for all ASF projects as INFRA hosted <a 
href="https://develocity.apache.org/";><code>develocity.apache.org</code></a> 
service.</p>
-</div>
-<details>
-<summary class="title">Click for instructions to submit build scans to the 
<code>develocity.apache.org</code> server</summary>
-<div class="content">
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Add a <code>.mvn/develocity.xml</code> configuration file to the repository.
-See
-<a 
href="https://docs.gradle.com/develocity/maven-extension/current/";>Develocity 
Maven Extension User Manual</a>
-for detailed configuration options.</p>
-<div class="paragraph">
-<p>You can use the following example as template:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code class="language-xml hljs" 
data-lang="xml">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-&lt;develocity&gt;
-  &lt;projectId&gt;logging-log4j2&lt;/projectId&gt;
-  &lt;server&gt;
-    &lt;url&gt;https://develocity.apache.org&lt;/url&gt;
-  &lt;/server&gt;
-  &lt;buildScan&gt;
-    &lt;obfuscation&gt;
-      &lt;ipAddresses&gt;0.0.0.0&lt;/ipAddresses&gt;
-    &lt;/obfuscation&gt;
-    &lt;publishing&gt;
-      &lt;onlyIf&gt;
-        &lt;![CDATA[env['CI'] != null]]&gt;
-      &lt;/onlyIf&gt;
-    &lt;/publishing&gt;
-    &lt;backgroundBuildScanUpload&gt;false&lt;/backgroundBuildScanUpload&gt;
-  &lt;/buildScan&gt;
-  &lt;buildCache&gt;
-    &lt;local&gt;
-      &lt;enabled&gt;false&lt;/enabled&gt;
-    &lt;/local&gt;
-    &lt;remote&gt;
-      &lt;enabled&gt;false&lt;/enabled&gt;
-    &lt;/remote&gt;
-  &lt;/buildCache&gt;
-&lt;/develocity&gt;</code></pre>
-</div>
-</div>
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-<div class="paragraph">
-<p>Do <strong>not</strong> add any <code>.mvn/extensions.xml</code> file to 
the repository.
-The file will be created by the <code>reusable-build</code> workflow.</p>
-</div>
-</td>
-</tr>
-</table>
-</div>
-</li>
-<li>
-<p>Modify the build workflow that should publish build scans:</p>
-<div class="openblock">
-<div class="content">
-<div class="ulist">
-<ul>
-<li>
-<p>Pass the <code>secrets.DEVELOCITY_ACCESS_KEY</code>, which is defined in 
all ASF repos as <code>DV_ACCESS_TOKEN</code> secret of the workflow.</p>
-</li>
-<li>
-<p>Set the <code>develocity-enabled</code> parameter to <code>true</code>.</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="paragraph">
-<p>For example, you can use the snippet below:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code class="language-yaml hljs" 
data-lang="yaml">build:
-  uses: apache/logging-parent/.github/workflows/build-reusable.yaml@gha/v0
-  secrets:
-    DV_ACCESS_TOKEN: ${{ ! startsWith(github.refname, 'release/') &amp;&amp; 
secrets.DEVELOCITY_ACCESS_KEY }}
-  with:
-    develocity-enabled: ${{ ! startsWith(github.refname, 'release/') 
}}</code></pre>
-</div>
-</div>
-<div class="admonitionblock important">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-important" title="Important"></i>
-</td>
-<td class="content">
-<div class="paragraph">
-<p>The Maven Develocity Extension is a <strong>closed source</strong> 
extension, which requires a commercial
-<a href="https://gradle.com/";>Gradle Inc</a>
-license to work.
-To guarantee the reproducibility of our builds and the security of our 
software suplly chain, please disable the extension in our 
<strong>release</strong> builds.</p>
-</div>
-</td>
-</tr>
-</table>
-</div>
-</li>
-</ol>
-</div>
-</div>
-</details>
-</div>
 </div>
 </div>
 </article>
diff --git a/sitemap.xml b/sitemap.xml
index 95fefab..21df76e 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,34 +2,34 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/logging-parent/features.html</loc>
-<lastmod>2026-05-02T17:49:54.569Z</lastmod>
+<lastmod>2026-05-02T17:54:29.201Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/index.html</loc>
-<lastmod>2026-05-02T17:49:54.569Z</lastmod>
+<lastmod>2026-05-02T17:54:29.201Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/logging-parent/release-instructions-project.html</loc>
-<lastmod>2026-05-02T17:49:54.569Z</lastmod>
+<lastmod>2026-05-02T17:54:29.201Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/logging-parent/release-instructions-xml-schema.html</loc>
-<lastmod>2026-05-02T17:49:54.569Z</lastmod>
+<lastmod>2026-05-02T17:54:29.201Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/release-notes.html</loc>
-<lastmod>2026-05-02T17:49:54.569Z</lastmod>
+<lastmod>2026-05-02T17:54:29.201Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/logging-parent/release-review-instructions.html</loc>
-<lastmod>2026-05-02T17:49:54.569Z</lastmod>
+<lastmod>2026-05-02T17:54:29.201Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/usage.html</loc>
-<lastmod>2026-05-02T17:49:54.569Z</lastmod>
+<lastmod>2026-05-02T17:54:29.201Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/workflows.html</loc>
-<lastmod>2026-05-02T17:49:54.569Z</lastmod>
+<lastmod>2026-05-02T17:54:29.201Z</lastmod>
 </url>
 </urlset>
diff --git a/workflows.html b/workflows.html
index be51b39..f87fd2b 100644
--- a/workflows.html
+++ b/workflows.html
@@ -154,9 +154,6 @@
 <li>
 <p>Compiles using the specified Java compiler version</p>
 </li>
-<li>
-<p>Submits build scans to the Develocity server</p>
-</li>
 </ul>
 </div>
 <div class="sect2">

Reply via email to