[
https://issues.apache.org/jira/browse/TIKA-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044763#comment-17044763
]
Hudson commented on TIKA-3036:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1778 (See
[https://builds.apache.org/job/Tika-trunk/1778/])
TIKA-3036 -- fix build on a mac caused by group id is too large issue
(tallison:
[https://github.com/apache/tika/commit/a6723623240616c02ff426d5a050f2cb129ef2bb])
* (edit) tika-parent/pom.xml
* (edit) tika-bundle/pom.xml
* (edit) tika-server/pom.xml
* (edit) 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)