keycloak-aplcache
Changes
distribution/demo-dist/pom.xml 1(+0 -1)
distribution/server-dist/pom.xml 1(+0 -1)
distribution/server-overlay/pom.xml 1(+0 -1)
pom.xml 7(+7 -0)
Details
distribution/demo-dist/pom.xml 1(+0 -1)
diff --git a/distribution/demo-dist/pom.xml b/distribution/demo-dist/pom.xml
index 3728c43..3b00518 100755
--- a/distribution/demo-dist/pom.xml
+++ b/distribution/demo-dist/pom.xml
@@ -215,7 +215,6 @@
<outputDirectory>target</outputDirectory>
<workDirectory>target/assembly/work</workDirectory>
<appendAssemblyId>false</appendAssemblyId>
- <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>
diff --git a/distribution/feature-packs/adapter-feature-pack/pom.xml b/distribution/feature-packs/adapter-feature-pack/pom.xml
index dcda6ee..50278c6 100755
--- a/distribution/feature-packs/adapter-feature-pack/pom.xml
+++ b/distribution/feature-packs/adapter-feature-pack/pom.xml
@@ -111,7 +111,6 @@
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>target/</outputDirectory>
<workDirectory>target/assembly/work</workDirectory>
- <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>
diff --git a/distribution/feature-packs/server-feature-pack/pom.xml b/distribution/feature-packs/server-feature-pack/pom.xml
index d9d0a1d..3bfbeaf 100644
--- a/distribution/feature-packs/server-feature-pack/pom.xml
+++ b/distribution/feature-packs/server-feature-pack/pom.xml
@@ -103,7 +103,6 @@
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>target/</outputDirectory>
<workDirectory>target/assembly/work</workDirectory>
- <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>
distribution/server-dist/pom.xml 1(+0 -1)
diff --git a/distribution/server-dist/pom.xml b/distribution/server-dist/pom.xml
index 77959bc..bad87fb 100755
--- a/distribution/server-dist/pom.xml
+++ b/distribution/server-dist/pom.xml
@@ -76,7 +76,6 @@
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>${project.build.directory}</outputDirectory>
<workDirectory>${project.build.directory}/assembly/work</workDirectory>
- <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>
distribution/server-overlay/pom.xml 1(+0 -1)
diff --git a/distribution/server-overlay/pom.xml b/distribution/server-overlay/pom.xml
index cb62cc6..827aaa3 100755
--- a/distribution/server-overlay/pom.xml
+++ b/distribution/server-overlay/pom.xml
@@ -124,7 +124,6 @@
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>${project.build.directory}</outputDirectory>
<workDirectory>${project.build.directory}/assembly/work</workDirectory>
- <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>
pom.xml 7(+7 -0)
diff --git a/pom.xml b/pom.xml
index 72a4c4a..3194414 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1368,6 +1368,13 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <tarLongFileMode>posix</tarLongFileMode>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<configuration>