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

The distribution .tar.gz of the guacamole-auth-jdbc set of extensions
should be called "guacamole-auth-jdbc-VERSION.tar.gz", not
"guacamole-auth-jdbc-dist-VERSION.tar.gz".
This commit is contained in:
Michael Jumper
2021-07-17 17:07:11 -07:00
parent c239b6e3cb
commit 0364d45d9d
2 changed files with 8 additions and 1 deletions

View File

@@ -61,4 +61,12 @@
</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>

View File

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