Skip to content

Commit

Permalink
fix mvn assemly error - group id is to big on MAC
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathna Natarajan committed Jul 6, 2022
1 parent d3dccd4 commit cb9d1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
<configuration>
<finalName>axway-apimcli-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>posix</tarLongFileMode>
<descriptors>
<descriptor>assembly/dist-release.xml</descriptor>
</descriptors>
<attach>false</attach>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit cb9d1e6

Please sign in to comment.