mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-197: Make a seprate build profile for LGPL dependencies and add this extension to that list; also exclude all extensions from top-level RAT check.
This commit is contained in:
committed by
Nick Couchman
parent
cf884f33f9
commit
f4a6cf85ed
11
pom.xml
11
pom.xml
@@ -56,7 +56,6 @@
|
||||
<module>extensions/guacamole-auth-ldap</module>
|
||||
<module>extensions/guacamole-auth-noauth</module>
|
||||
<module>extensions/guacamole-auth-openid</module>
|
||||
<module>extensions/guacamole-auth-radius</module>
|
||||
|
||||
<!-- Example web applications using the Guacamole APIs -->
|
||||
<module>doc/guacamole-example</module>
|
||||
@@ -64,6 +63,15 @@
|
||||
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>lgpl-extensions</id>
|
||||
<modules>
|
||||
<module>extensions/guacamole-auth-radius</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@@ -106,6 +114,7 @@
|
||||
<exclude>.dockerignore</exclude>
|
||||
<exclude>CONTRIBUTING</exclude>
|
||||
<exclude>**/README.md</exclude>
|
||||
<exclude>extensions/**/*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
|
||||
|
Reference in New Issue
Block a user