Tim Allison created TIKA-3036:
---------------------------------

             Summary: broken build: "group id is too large" on a Mac
                 Key: TIKA-3036
                 URL: https://issues.apache.org/jira/browse/TIKA-3036
             Project: Tika
          Issue Type: Task
            Reporter: Tim Allison
            Assignee: Tim Allison


I recently got a failed build on a mac with this problem: 
[https://issues.redhat.com/browse/KEYCLOAK-4563]

 

The fix looks straightforward...add \{tarLongFileMode} configuration:
{code:java}
    <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
            <tarLongFileMode>posix</tarLongFileMode>
        </configuration>
    </plugin>
{code}
Any objections?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to