GUACAMOLE-1378: Merge correct naming of guacamole-auth-jdbc dist .tar.gz archive.

This commit is contained in:
Virtually Nick
2021-07-18 15:10:07 -04:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -61,4 +61,12 @@
</dependencies> </dependencies>
<build>
<!-- Dist .tar.gz for guacamole-auth-jdbc should be named after the
parent guacamole-auth-jdbc project, not after guacamole-auth-jdbc-dist -->
<finalName>${project.parent.artifactId}-${project.parent.version}</finalName>
</build>
</project> </project>

View File

@@ -428,7 +428,6 @@
<id>make-dist-archive</id> <id>make-dist-archive</id>
<phase>package</phase> <phase>package</phase>
<configuration> <configuration>
<finalName>${project.artifactId}-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId> <appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>posix</tarLongFileMode> <tarLongFileMode>posix</tarLongFileMode>
<descriptors> <descriptors>