Philipp Ottlinger created TAMAYA-319:
----------------------------------------
Summary: 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
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)