This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch release/struts-7-0-x in repository https://gitbox.apache.org/repos/asf/struts.git
commit 7c375cd0b5e89d274bec451c864b782091ff6ba7 Author: Lukasz Lenart <[email protected]> AuthorDate: Sat Jan 20 11:27:19 2024 +0100 Configures source-release assembly https://maven.apache.org/apache-resource-bundles/source-release/ --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 207a92d13..917ba09a7 100644 --- a/pom.xml +++ b/pom.xml @@ -376,6 +376,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <configuration> + <skipAssembly>true</skipAssembly> + <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> <outputDirectory>assembly/out</outputDirectory> <workDirectory>assembly/work</workDirectory> </configuration>
