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 9ac0d74 add micro courses to pom.xml
9ac0d74 is described below
commit 9ac0d747fcfd1e7de9a089afd989e81b60e2fa8c
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Mar 23 17:00:06 2023 +1100
add micro courses to pom.xml
---
site/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/site/pom.xml b/site/pom.xml
index c3520b3..f6cf1cf 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -666,6 +666,13 @@
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <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>
</dependencies>
<!-- Make Snapshots of Apache projects available -->