Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.4-incubating
-
None
Description
On some systems there are build failures (depending on the length of your base path) during the assembly phase:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (attach-distribution-src) on project tamaya-extension-distribution: Execution attach-distribution-src of goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id '1798494469' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome this limit -> [Help 1]
The issue is well known and can easily be fixed by using the POSIX-file mode for maven-assembly-plugin.