mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user