[
https://issues.apache.org/jira/browse/TAMAYA-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248727#comment-16248727
]
ASF subversion and git services commented on TAMAYA-319:
--------------------------------------------------------
Commit 05b1faadc309e30b242bfa546c8c91d624bfd09c in
incubator-tamaya-extensions's branch refs/heads/master from [~hugo.hirsch]
[
https://git-wip-us.apache.org/repos/asf?p=incubator-tamaya-extensions.git;h=05b1faa
]
TAMAYA-319: Fix build failure
by switching to POSIX file mode.
> Build failures due to too big groupIds during maven assembly phase
> ------------------------------------------------------------------
>
> Key: TAMAYA-319
> URL: https://issues.apache.org/jira/browse/TAMAYA-319
> Project: Tamaya
> Issue Type: Bug
> Components: API, Extensions, Sandbox
> Affects Versions: 0.4-incubating
> Reporter: Philipp Ottlinger
> Assignee: Philipp Ottlinger
>
> On some systems there are build failures (depending on the length of your
> base path) during the assembly phase:
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-assembly-plugin:2.6:single
> (attach-distribution-src) on project tamaya-extension-distribution: Execution
> attach-distribution-src of goal
> org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id
> '1798494469' is too big ( > 2097151 ). Use STAR or POSIX extensions to
> overcome this limit -> [Help 1]
> {code}
> The issue is well known and can easily be fixed by using the POSIX-file mode
> for maven-assembly-plugin.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)