This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/do-not-attach-main-feature in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server.git
commit 52932c3ec23ce9aa6bfd4f507c95ee1e47f72117 Author: Robert Munteanu <[email protected]> AuthorDate: Wed Mar 25 16:07:52 2026 +0100 chore: do not attach features as Maven artifactgs They are meant for local development usage and integration tests. It does not make sense to publish them at the moment. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 838bb12..03310c4 100644 --- a/pom.xml +++ b/pom.xml @@ -293,7 +293,6 @@ <goals> <goal>aggregate-features</goal> <goal>analyse-features</goal> - <goal>attach-features</goal> </goals> <phase>prepare-package</phase> </execution>
