You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/16 04:04:04 UTC

[axis-axis2-java-sandesha] 02/48: Merged r1081570 to the 1.6 branch.

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

billblough pushed a commit to branch 1_6
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 33b241b385b3fbe609e026baaa8be0945549b5a1
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Mar 14 21:33:23 2011 +0000

    Merged r1081570 to the 1.6 branch.
---
 modules/distribution/pom.xml |  1 -
 pom.xml                      | 12 ++++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 85c4f36..c48ce85 100755
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -140,7 +140,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-beta-5</version>
                 <executions>
                     <execution>
                         <id>distribution-package</id>
diff --git a/pom.xml b/pom.xml
index de6fb62..8c253ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,18 @@
                         <preparationGoals>clean install</preparationGoals>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>2.2-beta-5</version>
+                    <configuration>
+                        <!-- Workaround for MASSEMBLY-422 / MASSEMBLY-449 -->
+                        <archiverConfig>
+                            <fileMode>420</fileMode> <!-- 420(dec) = 644(oct) -->
+                            <directoryMode>493</directoryMode> <!-- 493(dec) = 755(oct) -->
+                            <defaultDirectoryMode>493</defaultDirectoryMode>
+                        </archiverConfig>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>