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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 982c1bc  broke build - hopefully this will fix it
982c1bc is described below

commit 982c1bc3a7b1bc96584074363c2a83c0716f7387
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Mar 23 17:10:58 2023 +1100

    broke build - hopefully this will fix it
---
 site/pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/site/pom.xml b/site/pom.xml
index f6cf1cf..301a30c 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -347,6 +347,13 @@
                   <type>war</type>
                   
<outputDirectory>${project.build.directory}/site/presentations/zookeeper</outputDirectory>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.training.content.microcourses</groupId>
+                  
<artifactId>training-content-microcourses-apacheway</artifactId>
+                  <version>1.0.0-SNAPSHOT</version>
+                  <type>war</type>
+                  
<outputDirectory>${project.build.directory}/site/microcourses/apacheway</outputDirectory>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>
@@ -666,13 +673,12 @@
       <version>1.0.0-SNAPSHOT</version>
       <type>war</type>
     </dependency>
-    <artifactItem>
+    <dependency>
        <groupId>org.apache.training.content.microcourses</groupId>
        <artifactId>training-content-microcourses-apacheway</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <type>war</type>
-       
<outputDirectory>${project.build.directory}/site/microcourses/apacheway</outputDirectory>
-     </artifactItem>
+     </dependency>
   </dependencies>
 
   <!-- Make Snapshots of Apache projects available -->

Reply via email to