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

kwin pushed a commit to branch bugfix/attach-site-descriptor
in repository https://gitbox.apache.org/repos/asf/sling-parent.git

commit e803b2f766447d616968a99308339db5cc39c4f1
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Dec 12 12:55:42 2025 +0100

    SLING-13032 Attach site descriptor
    
    This is no longer done by default
    (https://issues.apache.org/jira/browse/MPOM-480)
---
 sling-parent/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 784523f..58067f5 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -967,6 +967,22 @@
                         </plugin>
                     </plugins>
                 </pluginManagement>
+                <plugins>
+                    <!-- deploy site.xml as being used in downstream 
dependencies -->
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-site-plugin</artifactId>
+                        <inherited>false</inherited>
+                        <executions>
+                            <execution>
+                                <id>attach-descriptor</id>
+                                <goals>
+                                    <goal>attach-descriptor</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
             </build>
         </profile>
         <profile>

Reply via email to