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

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

commit f3dd38c72ac09d7694aa9a39e8b2f49eef8baa5b
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Aug 28 16:26:15 2025 +1000

    add mentors
---
 site/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/site/pom.xml b/site/pom.xml
index 98ed0f9..1c1061c 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -375,6 +375,13 @@
                   <type>war</type>
                   
<outputDirectory>${project.build.directory}/site/iot/magic-industrial-data-acquisition-with-apache-plc4x-tsfile-and-iotdb</outputDirectory>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.training.content</groupId>
+                  
<artifactId>training-content-apache-incubator-mentor</artifactId>
+                  <version>1.0.0-SNAPSHOT</version>
+                  <type>war</type>
+                  
<outputDirectory>${project.build.directory}/site/incubator/mentor</outputDirectory>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>
@@ -724,6 +731,12 @@
       <version>1.0.0-SNAPSHOT</version>
       <type>war</type>
     </dependency>
+    <dependency>
+      <groupId>org.apache.training.content</groupId>
+      <artifactId>training-content-apache-incubator-mentor</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
   </dependencies>
 
   <!-- Make Snapshots of Apache projects available -->

Reply via email to