Skip to content

Commit cb9d1e6

Browse files
author
Rathna Natarajan
committed
fix mvn assemly error - group id is to big on MAC
1 parent d3dccd4 commit cb9d1e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
<configuration>
5858
<finalName>axway-apimcli-${project.version}</finalName>
5959
<appendAssemblyId>false</appendAssemblyId>
60+
<tarLongFileMode>posix</tarLongFileMode>
6061
<descriptors>
6162
<descriptor>assembly/dist-release.xml</descriptor>
6263
</descriptors>
6364
<attach>false</attach>
64-
<appendAssemblyId>false</appendAssemblyId>
6565
</configuration>
6666
</execution>
6767
</executions>

0 commit comments

Comments
 (0)