This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/aries.git
commit ccb19a0839f4a937e721067234ea7bb9bcae9f77 Author: Dominik Przybysz <[email protected]> AuthorDate: Sat Jan 25 19:26:45 2025 +0100 [MAINTENANCE] Remove application and samples from reactor --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 14fe42378..107df7f52 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,6 @@ <packaging>pom</packaging> <modules> - <module>application</module> <module>async</module> <module>blueprint</module> <module>eba-maven-plugin</module> @@ -50,7 +49,6 @@ <module>proxy</module> <module>pushstream</module> <module>quiesce</module> - <module>samples</module> <module>spi-fly</module> <module>subsystem</module> <module>testsupport</module> @@ -58,6 +56,14 @@ <module>util</module> <module>versioning</module> <module>web</module> + + <!-- excluded as not having CI build--> + <!-- + <module>application</module> + <module>samples</module> + <module>sandbox</module> + <module>tutorials</module> + --> </modules> <build>
