mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1298: Migrate generation of guacamole-auth-jdbc tarball to common dist.xml configuration.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-jdbc-dist</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<packaging>pom</packaging>
|
||||
<name>guacamole-auth-jdbc-dist</name>
|
||||
<url>http://guacamole.apache.org/</url>
|
||||
|
||||
|
@@ -36,6 +36,7 @@
|
||||
<!-- MySQL extension .jar -->
|
||||
<dependencySet>
|
||||
<outputDirectory>mysql</outputDirectory>
|
||||
<useProjectArtifact>false</useProjectArtifact>
|
||||
<includes>
|
||||
<include>org.apache.guacamole:guacamole-auth-jdbc-mysql</include>
|
||||
</includes>
|
||||
@@ -44,6 +45,7 @@
|
||||
<!-- PostgreSQL extension .jar -->
|
||||
<dependencySet>
|
||||
<outputDirectory>postgresql</outputDirectory>
|
||||
<useProjectArtifact>false</useProjectArtifact>
|
||||
<includes>
|
||||
<include>org.apache.guacamole:guacamole-auth-jdbc-postgresql</include>
|
||||
</includes>
|
||||
@@ -52,6 +54,7 @@
|
||||
<!-- SQL Server extension .jar -->
|
||||
<dependencySet>
|
||||
<outputDirectory>sqlserver</outputDirectory>
|
||||
<useProjectArtifact>false</useProjectArtifact>
|
||||
<includes>
|
||||
<include>org.apache.guacamole:guacamole-auth-jdbc-sqlserver</include>
|
||||
</includes>
|
Reference in New Issue
Block a user