[
https://issues.apache.org/jira/browse/TAMAYA-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248730#comment-16248730
]
ASF subversion and git services commented on TAMAYA-319:
--------------------------------------------------------
Commit 1fa306787fcf3dcf9475ed9420a24e11e34f2148 in incubator-tamaya's branch
refs/heads/master from [~hugo.hirsch]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-tamaya.git;h=1fa3067 ]
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)