Michael Wall created ACCUMULO-4322:
--------------------------------------
Summary: Unable to build the native tar if you have a large groupId
Key: ACCUMULO-4322
URL: https://issues.apache.org/jira/browse/ACCUMULO-4322
Project: Accumulo
Issue Type: Bug
Affects Versions: 1.6.6
Reporter: Michael Wall
Assignee: Christopher Tubbs
Running 'mvn clean install -Psunny' on 1.6 today I got the following
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.6:single
(assemble-native-tarball) on project accumulo-native: Execution
assemble-native-tarball of goal
org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id
'SOMEBIGNUMBER` is too big ( > 2097151 ). Use STAR or POSIX extensions to
overcome this limit -> [Help 1]
{code}
See this faq at
https://maven.apache.org/plugins/maven-assembly-plugin/faq.html#tarFileModes.
Setting the tarLongFileMode = posix fixes the issue in server/native/pom.xml,
but I am not sure the implications.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)