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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/training.git


The following commit(s) were added to refs/heads/develop by this push:
     new 99a5ff2  chore: Resolved several issues causing the new slides to not 
be published.
99a5ff2 is described below

commit 99a5ff2436106da18ba4fe655ed6b9f57a99814a
Author: Christofer Dutz <[email protected]>
AuthorDate: Sun Sep 28 23:42:47 2025 +0200

    chore: Resolved several issues causing the new slides to not be published.
---
 .../Incubator/IPMC/src/main/asciidoc/index.adoc       | 19 +++++++++++++++++++
 site/pom.xml                                          | 14 +++++++++++++-
 site/src/site/site.xml                                |  4 ++--
 3 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/content/Apache/Incubator/IPMC/src/main/asciidoc/index.adoc 
b/content/Apache/Incubator/IPMC/src/main/asciidoc/index.adoc
index 657ba40..9bae075 100644
--- a/content/Apache/Incubator/IPMC/src/main/asciidoc/index.adoc
+++ b/content/Apache/Incubator/IPMC/src/main/asciidoc/index.adoc
@@ -1,3 +1,22 @@
+////
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      https://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+////
+
 == Welcome to the IPMC Community
 * Thank you for joining the IPMC
 * Your participation strengthens the Incubator
diff --git a/site/pom.xml b/site/pom.xml
index d776349..2ee4307 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -321,7 +321,7 @@
                   <artifactId>incubator-committers</artifactId>
                   <version>1.0.0-SNAPSHOT</version>
                   <type>war</type>
-                  
<outputDirectory>${project.build.directory}/site/presentations/apache/incubator/Committers</outputDirectory>
+                  
<outputDirectory>${project.build.directory}/site/presentations/apache/incubator/committers</outputDirectory>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.training.content</groupId>
@@ -650,6 +650,18 @@
       <version>1.0.0-SNAPSHOT</version>
       <type>war</type>
     </dependency>
+    <dependency>
+      <groupId>org.apache.training.content</groupId>
+      <artifactId>incubator-ppmc</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.training.content</groupId>
+      <artifactId>incubator-committers</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
     <dependency>
       <groupId>org.apache.training.content</groupId>
       
<artifactId>training-content-apache-incubator-navigating-asf-incubation</artifactId>
diff --git a/site/src/site/site.xml b/site/src/site/site.xml
index c317d33..acb3022 100644
--- a/site/src/site/site.xml
+++ b/site/src/site/site.xml
@@ -114,8 +114,8 @@
       <item name="Apache Incubator">
         <item name="Incubator Releases" 
href="presentations/apache/incubator/incubator-releases/index.html" 
target="_blank"/>
         <item name="Mentors Onboarding" 
href="presentations/apache/incubator/mentors/index.html" target="_blank"/>
-        <item name="PPMC Onboarding" 
href="presentations/Apache/Incubator/PPMC/index.html"/>
-        <item name="Committers Onboarding" 
href="presentations/Apache/Incubator/Committers/index.html"/>
+        <item name="PPMC Onboarding" 
href="presentations/apache/incubator/PPMC/index.html"/>
+        <item name="Committers Onboarding" 
href="presentations/apache/incubator/committers/index.html"/>
         <item name="Navigating ASF Incubator" 
href="presentations/apache/incubator/navigating-asf-incubation/index.html" 
target="_blank"/>
         <item name="Release Checklist" 
href="presentations/apache/incubator/release-checklist/index.html" 
target="_blank"/>
       </item>

Reply via email to