mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-363: Add SQL Server components to JDBC dist.
This commit is contained in:
@@ -109,6 +109,13 @@
|
|||||||
<version>0.9.13-incubating</version>
|
<version>0.9.13-incubating</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- SQL Server Authentication Extension -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.guacamole</groupId>
|
||||||
|
<artifactId>guacamole-auth-jdbc-sqlserver</artifactId>
|
||||||
|
<version>0.9.13-incubating</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@@ -49,6 +49,14 @@
|
|||||||
</includes>
|
</includes>
|
||||||
</dependencySet>
|
</dependencySet>
|
||||||
|
|
||||||
|
<!-- SQL Server extension .jar -->
|
||||||
|
<dependencySet>
|
||||||
|
<outputDirectory>sqlserver</outputDirectory>
|
||||||
|
<includes>
|
||||||
|
<include>org.apache.guacamole:guacamole-auth-jdbc-sqlserver</include>
|
||||||
|
</includes>
|
||||||
|
</dependencySet>
|
||||||
|
|
||||||
</dependencySets>
|
</dependencySets>
|
||||||
|
|
||||||
<!-- Include extension schema scripts -->
|
<!-- Include extension schema scripts -->
|
||||||
@@ -72,6 +80,12 @@
|
|||||||
<directory>../guacamole-auth-jdbc-postgresql/schema</directory>
|
<directory>../guacamole-auth-jdbc-postgresql/schema</directory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
|
<!-- SQL Server schema scripts -->
|
||||||
|
<fileSet>
|
||||||
|
<outputDirectory>sqlserver/schema</outputDirectory>
|
||||||
|
<directory>../guacamole-auth-jdbc-sqlserver/schema</directory>
|
||||||
|
</fileSet>
|
||||||
|
|
||||||
</fileSets>
|
</fileSets>
|
||||||
|
|
||||||
</assembly>
|
</assembly>
|
||||||
|
Reference in New Issue
Block a user