Repository: any23 Updated Branches: refs/heads/master 4dcfbbc3c -> 120b5a4fd
ANY23-296 Tar complains about groupid value being too big Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/120b5a4f Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/120b5a4f Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/120b5a4f Branch: refs/heads/master Commit: 120b5a4fd7a792912f5fd7019ac77e736405dafc Parents: 4dcfbbc Author: Lewis John McGibbney <[email protected]> Authored: Tue Nov 22 18:31:27 2016 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Tue Nov 22 18:31:27 2016 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/120b5a4f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 044468b..617050f 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,7 @@ <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> <maven-install-plugin.version>2.5.2</maven-install-plugin.version> <maven-resources-plugin.version>2.7</maven-resources-plugin.version> - <maven-assembly-plugin.version>2.6</maven-assembly-plugin.version> + <maven-assembly-plugin.version>3.0.0</maven-assembly-plugin.version> <appassembler-maven-plugin.version>1.10</appassembler-maven-plugin.version> <maven-release-plugin.version>2.5.3</maven-release-plugin.version> <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version> @@ -562,7 +562,7 @@ <configuration> <attach>true</attach> <skipAssembly>${assembly.skip}</skipAssembly> - <tarLongFileMode>gnu</tarLongFileMode> + <tarLongFileMode>posix</tarLongFileMode> </configuration> </plugin>
