summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 17:05:02 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 17:05:02 +0000
commitf6f2f40a402d6398f29c84d0c3652eb95baeb965 (patch)
treefb7194a44fc821d89fe1e003df7f369d148b5f1a
parent84dba24ec73e010b166978189fac60815178f28c (diff)
downloadlog4cxx-f6f2f40a402d6398f29c84d0c3652eb95baeb965.tar.gz
"mvn site assembly:assembly" produced a warning about too long files, so I set to use "gnu" mode instead as found on a maven guide.
https://github.com/keedio/buildoop/issues/86 http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html#tarLongFileMode https://maven.apache.org/guides/mini/guide-default-execution-ids.html git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736467 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9b5e690..f3cc2ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,6 +282,7 @@
<descriptor>src/assembly/source.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
+ <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
<executions>
<execution>