From b77474c58f3056fc8291c639fb1e66921605f4cb Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Wed, 20 Apr 2011 17:38:07 +0400 Subject: [PATCH] SONAR-2378 Fix directory attributes in zip archive Apply workaround for http://jira.codehaus.org/browse/MASSEMBLY-422 described in comments for http://jira.codehaus.org/browse/MASSEMBLY-449 --- sonar-application/assembly.xml | 20 +------------------- sonar-application/pom.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml index 324bc07cc1e..1c085d8ae45 100644 --- a/sonar-application/assembly.xml +++ b/sonar-application/assembly.xml @@ -19,8 +19,6 @@ org.codehaus.sonar.plugins:* org.codehaus.sonar.runtime:* - 0644 - 0755 lib/deprecated-maven-plugin @@ -28,8 +26,6 @@ org.codehaus.sonar.runtime:sonar-core-maven-plugin - 0644 - 0755 @@ -38,8 +34,6 @@ org.codehaus.sonar.plugins:* - 0644 - 0755 @@ -48,8 +42,6 @@ org.codehaus.sonar:sonar-server true - 0644 - 0755 @@ -59,8 +51,6 @@ false runtime - 0644 - 0755 extensions/jdbc-driver/derby/ @@ -69,8 +59,6 @@ false runtime - 0644 - 0755 extensions/jdbc-driver/postgresql/ @@ -79,8 +67,6 @@ false runtime - 0644 - 0755 extensions/jdbc-driver/mssql/ @@ -89,8 +75,6 @@ false runtime - 0644 - 0755 @@ -107,6 +91,7 @@ **/sample*/** + 0755 @@ -121,7 +106,6 @@ dos 0644 - 0755 @@ -134,7 +118,6 @@ unix 0755 - 0755 @@ -148,7 +131,6 @@ **/antRun 0644 - 0755 diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 9b48a1a2c6e..e5290ef4ca3 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -27,6 +27,14 @@ assembly.xml + + + + 420 + + 493 + 493 + -- 2.39.5