This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch dont-inherit-assembly in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit 242a542aa1f9784393c68f78e7785497a7a7815b Author: Hervé Boutemy <[email protected]> AuthorDate: Mon Mar 16 12:37:44 2026 +0100 run assembly only on root project --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e5016787..aff45d11 100644 --- a/pom.xml +++ b/pom.xml @@ -650,6 +650,7 @@ <phase>package</phase> <configuration> <finalName>maven-mvnd-${project.version}</finalName> + <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> <descriptors> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors>
