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

lukaszlenart pushed a commit to branch fix/WW-5390-assembly
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 245eb90aa847fc20e63cd5ec193a3dc8b190a983
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sat Feb 3 18:09:36 2024 +0100

    WW-5390 Fixes generating assemblies during release process
---
 assembly/pom.xml | 1 +
 pom.xml          | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 8151e68e2..212160a4b 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -115,6 +115,7 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <skipAssembly>false</skipAssembly>
                     <descriptors>
                         <descriptor>src/main/assembly/all.xml</descriptor>
                         <descriptor>src/main/assembly/lib.xml</descriptor>
diff --git a/pom.xml b/pom.xml
index 3aa4e571c..8323bc657 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,11 +375,9 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
+                    <version>3.6.0</version>
                     <configuration>
                         <skipAssembly>true</skipAssembly>
-                        <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                        <outputDirectory>assembly/out</outputDirectory>
-                        <workDirectory>assembly/work</workDirectory>
                     </configuration>
                 </plugin>
             </plugins>

Reply via email to