From fb507048f59fedbb974af57cde7ac1eb6c2ca6ca Mon Sep 17 00:00:00 2001 From: Gabriel Lavoie Date: Mon, 13 Mar 2017 13:28:51 -0400 Subject: [PATCH] KEYCLOAK-4563: Large user account ID and group ID may break distribution builds. - Maven documentation recommends using POSIX tar format. --- distribution/demo-dist/pom.xml | 1 - distribution/feature-packs/adapter-feature-pack/pom.xml | 1 - distribution/feature-packs/server-feature-pack/pom.xml | 1 - distribution/server-dist/pom.xml | 1 - distribution/server-overlay/pom.xml | 1 - pom.xml | 7 +++++++ 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/distribution/demo-dist/pom.xml b/distribution/demo-dist/pom.xml index 3728c43f7d..3b00518405 100755 --- a/distribution/demo-dist/pom.xml +++ b/distribution/demo-dist/pom.xml @@ -215,7 +215,6 @@ target target/assembly/work false - gnu diff --git a/distribution/feature-packs/adapter-feature-pack/pom.xml b/distribution/feature-packs/adapter-feature-pack/pom.xml index dcda6ee479..50278c6794 100755 --- a/distribution/feature-packs/adapter-feature-pack/pom.xml +++ b/distribution/feature-packs/adapter-feature-pack/pom.xml @@ -111,7 +111,6 @@ false target/ target/assembly/work - gnu diff --git a/distribution/feature-packs/server-feature-pack/pom.xml b/distribution/feature-packs/server-feature-pack/pom.xml index d9d0a1d8e5..3bfbeaf0a5 100644 --- a/distribution/feature-packs/server-feature-pack/pom.xml +++ b/distribution/feature-packs/server-feature-pack/pom.xml @@ -103,7 +103,6 @@ false target/ target/assembly/work - gnu diff --git a/distribution/server-dist/pom.xml b/distribution/server-dist/pom.xml index 77959bcbb9..bad87fb507 100755 --- a/distribution/server-dist/pom.xml +++ b/distribution/server-dist/pom.xml @@ -76,7 +76,6 @@ false ${project.build.directory} ${project.build.directory}/assembly/work - gnu diff --git a/distribution/server-overlay/pom.xml b/distribution/server-overlay/pom.xml index cb62cc645a..827aaa3211 100755 --- a/distribution/server-overlay/pom.xml +++ b/distribution/server-overlay/pom.xml @@ -124,7 +124,6 @@ false ${project.build.directory} ${project.build.directory}/assembly/work - gnu diff --git a/pom.xml b/pom.xml index 72a4c4a115..3194414a12 100755 --- a/pom.xml +++ b/pom.xml @@ -1366,6 +1366,13 @@ jboss-releases-repository + + org.apache.maven.plugins + maven-assembly-plugin + + posix + + org.apache.maven.plugins maven-release-plugin