[ 
https://issues.apache.org/jira/browse/TIKA-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044883#comment-17044883
 ] 

Hudson commented on TIKA-3036:
------------------------------

SUCCESS: Integrated in Jenkins build tika-branch-1x #311 (See 
[https://builds.apache.org/job/tika-branch-1x/311/])
TIKA-3036 -- fix build on a mac caused by group id is too large issue 
(tallison: 
[https://github.com/apache/tika/commit/247edc3a0001976b906a23651caa9a5b0475d9e3])
* (edit) pom.xml
* (edit) tika-parent/pom.xml
* (edit) tika-server/pom.xml
* (edit) tika-bundle/pom.xml


> 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
>            Priority: Major
>
> 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