This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-sources.git
commit 2b33cb09bfd531a52b71db11e2c8bee55fe506da Author: Gerd Aschemann <g...@aschemann.net> AuthorDate: Sun Jan 12 18:00:06 2025 +0100 Move 'Maven Studies' to profile 'studies' as they are partially not well-maintained and prohibit a successful reactor build (Cf. support-and-care/maven-support-and-care#77). --- aggregator/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/aggregator/pom.xml b/aggregator/pom.xml index 993fed6..9cc0bad 100644 --- a/aggregator/pom.xml +++ b/aggregator/pom.xml @@ -63,8 +63,16 @@ under the License. <module>plugins</module> <module>shared</module> <!--module>sisu</module--><!-- disabled: failing for unknown reason --> - <module>studies</module> <module>../../site</module> <module>svn</module> </modules> + + <profiles> + <profile> + <id>studies</id> + <modules> + <module>studies</module> + </modules> + </profile> + </profiles> </project>