Honeynode build: MacOS compatibility
[transportpce.git] / tests / honeynode / 1.2.1 / honeynode-distribution / pom.xml
index 6a18f138784d72f2027f7432b6eb0ad112c4bc20..8aefd51dd824cabc43c8e03dbf8fa249868aabbb 100644 (file)
       </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+            <!-- MacOS X and posix compatibility, fix error "group id is too big" -->
+            <tarLongFileMode>posix</tarLongFileMode>
+        </configuration>
       </plugin>
     </plugins>
     <pluginManagement>
       <version>${honeycomb.min.distro.version}</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>