I have never seen this error before! It seems like this must have something to do with the build environment where this is being done? Maybe there are tar options to not store the userid or to set it to something?
> On Jan 18, 2017, at 9:08 PM, David Meikle <[email protected]> wrote: > > Hey Lewis, > >> On 18 Jan 2017, at 22:02, lewis john mcgibbney <[email protected]> wrote: >> >> Hi Folks, >> Anyone know how to work through this issue? The code in question can be >> found at >> https://github.com/apache/incubator-joshua/blob/master/pom.xml#L287-L309 >> Lewis >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 16.222 s >> [INFO] Finished at: 2017-01-18T13:59:41-08:00 >> [INFO] Final Memory: 37M/639M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single >> (source-release-assembly) on project joshua-incubating: Execution >> source-release-assembly of goal >> org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single failed: user id >> '498339010' is too big ( > 2097151 ). -> [Help 1] >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e >> switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, >> please read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException >> >> -- >> http://home.apache.org/~lewismc/ >> @hectorMcSpector >> http://www.linkedin.com/in/lmcgibbney > > > Normally the switching tar to posix mode does the trick when I have had this > before - normally when logged into a AD domain on my Mac. What is the full > log with -X saying? > > Cheers, > Dave >
