Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 913278893 -> 05b1faadc
TAMAYA-319: Fix build failure by switching to POSIX file mode. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/05b1faad Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/05b1faad Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/05b1faad Branch: refs/heads/master Commit: 05b1faadc309e30b242bfa546c8c91d624bfd09c Parents: 9132788 Author: Phil Ottlinger <[email protected]> Authored: Sun Nov 12 00:46:32 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Sun Nov 12 00:46:32 2017 +0100 ---------------------------------------------------------------------- distribution/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/05b1faad/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 81c9cc2..1d69480 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -59,6 +59,7 @@ under the License. <goal>single</goal> </goals> <configuration> + <tarLongFileMode>posix</tarLongFileMode> <appendAssemblyId>false</appendAssemblyId> <finalName>apache-${project.artifactId}-${project.version}-src</finalName> <descriptors>
