[
https://issues.apache.org/jira/browse/OPENNLP-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhav Sharan updated OPENNLP-998:
----------------------------------
Description:
While building "opennlp-distr" I get error "group id is too big" on MacOS.
It can be fixed by using "posix" mode instead of "gnu" on -
https://github.com/apache/opennlp/blob/master/opennlp-distr/pom.xml#L75
Any specific reason to use "gnu" I was reading online and as per people
comments "posix" works on both windows and unix. I can raise a PR if it can be
changed to posix.
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.6:single
(bundle-project-sources) on project opennlp-distr: Execution
bundle-project-sources of goal
org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id
'703763885' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome
this limit -> [Help 1]
[ERROR]
```
was:
While building "opennlp-distr" I get error "group id is too big" on MacOS.
It can be fixed by using "posix" mode instead of "gnu" on -
https://github.com/apache/opennlp/blob/master/opennlp-distr/pom.xml#L75
Any specific reason to use "gnu" I was reading online and as people comments
"posix" works on both windows and unix. I can raise a PR if it can be changed
to posix.
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.6:single
(bundle-project-sources) on project opennlp-distr: Execution
bundle-project-sources of goal
org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id
'703763885' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome
this limit -> [Help 1]
[ERROR]
```
> Maven build fails on MacOS
> --------------------------
>
> Key: OPENNLP-998
> URL: https://issues.apache.org/jira/browse/OPENNLP-998
> Project: OpenNLP
> Issue Type: Bug
> Components: Build, Packaging and Test
> Environment: MacOS
> Reporter: Madhav Sharan
> Priority: Minor
>
> While building "opennlp-distr" I get error "group id is too big" on MacOS.
> It can be fixed by using "posix" mode instead of "gnu" on -
> https://github.com/apache/opennlp/blob/master/opennlp-distr/pom.xml#L75
> Any specific reason to use "gnu" I was reading online and as per people
> comments "posix" works on both windows and unix. I can raise a PR if it can
> be changed to posix.
> ```
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-assembly-plugin:2.6:single
> (bundle-project-sources) on project opennlp-distr: Execution
> bundle-project-sources of goal
> org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id
> '703763885' is too big ( > 2097151 ). Use STAR or POSIX extensions to
> overcome this limit -> [Help 1]
> [ERROR]
> ```
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)