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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ab0571  chore: do not attach features as Maven artifacts (#17)
5ab0571 is described below

commit 5ab0571718ecc43c74ec914affa8d305b6fbc11e
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Mar 25 17:34:40 2026 +0100

    chore: do not attach features as Maven artifacts (#17)
    
    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>

Reply via email to