mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-1378: Merge correct naming of guacamole-auth-jdbc dist .tar.gz archive.
This commit is contained in:
@@ -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>
|
||||||
|
1
pom.xml
1
pom.xml
@@ -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>
|
||||||
|
Reference in New Issue
Block a user