Commit graph

5 commits

Author SHA1 Message Date
grahamtriggs
f61d3b1a1a Merge pull request #32 from NUBIC/feature/initial_build_with_maven
Use posix extensions for maven-assembly-plugin
2016-06-28 22:34:34 +01:00
Graham Triggs
b0fd0c6b9e Remove unnecessary dependencies 2016-06-24 20:31:19 +01:00
Paul Friedman
bc6eda75b1 Use posix extensions for maven-assembly-plugin
After encountering the following error when attempting to build the application with maven

  [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.5:single (default) on project vitro-home: Execution default of goal org.apache.maven.plugins:maven-assembly-plugin:2.5.5:single failed: group id '1162086330' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome this limit -> [Help 1]

set the tarLongFileMode option to posix as it says in the error message and in the FAQ

  https://maven.apache.org/plugins/maven-assembly-plugin/faq.html#tarFileModes
2016-02-16 13:01:14 -06:00
Graham Triggs
679aa855de Dependency fixes 2015-11-21 10:13:33 +00:00
Graham Triggs
e1ff94ccaf Maven migration (first draft) 2015-11-19 23:47:12 +00:00