mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07: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>
|
||||
</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>
|
||||
|
||||
</project>
|
||||
|
@@ -49,6 +49,14 @@
|
||||
</includes>
|
||||
</dependencySet>
|
||||
|
||||
<!-- SQL Server extension .jar -->
|
||||
<dependencySet>
|
||||
<outputDirectory>sqlserver</outputDirectory>
|
||||
<includes>
|
||||
<include>org.apache.guacamole:guacamole-auth-jdbc-sqlserver</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
|
||||
</dependencySets>
|
||||
|
||||
<!-- Include extension schema scripts -->
|
||||
@@ -72,6 +80,12 @@
|
||||
<directory>../guacamole-auth-jdbc-postgresql/schema</directory>
|
||||
</fileSet>
|
||||
|
||||
<!-- SQL Server schema scripts -->
|
||||
<fileSet>
|
||||
<outputDirectory>sqlserver/schema</outputDirectory>
|
||||
<directory>../guacamole-auth-jdbc-sqlserver/schema</directory>
|
||||
</fileSet>
|
||||
|
||||
</fileSets>
|
||||
|
||||
</assembly>
|
||||
|
Reference in New Issue
Block a user