Repository: incubator-tamaya Updated Branches: refs/heads/master 35f3b45a1 -> 1fa306787
TAMAYA-319: Fix build failure by switching to POSIX file mode. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/1fa30678 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/1fa30678 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/1fa30678 Branch: refs/heads/master Commit: 1fa306787fcf3dcf9475ed9420a24e11e34f2148 Parents: 35f3b45 Author: Phil Ottlinger <[email protected]> Authored: Sat Nov 11 10:55:47 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Sat Nov 11 10:55:47 2017 +0100 ---------------------------------------------------------------------- distribution/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/1fa30678/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index ed78530..f7f386d 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -156,6 +156,7 @@ under the License. <goal>single</goal> </goals> <configuration> + <tarLongFileMode>posix</tarLongFileMode> <appendAssemblyId>false</appendAssemblyId> <finalName>apache-${project.artifactId}-${project.version}-src</finalName> <descriptors>
