necouchman commented on a change in pull request #687:
URL: https://github.com/apache/guacamole-client/pull/687#discussion_r790320827
##########
File path: extensions/pom.xml
##########
@@ -64,12 +64,11 @@
<id>copy-runtime-dependencies</id>
<phase>prepare-package</phase>
<goals>
- <goal>unpack-dependencies</goal>
+ <goal>copy-dependencies</goal>
</goals>
<configuration>
<includeScope>runtime</includeScope>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
- <excludes>META-INF/*.SF,META-INF/*.DSA</excludes>
Review comment:
Sorry, one other question - is this going to cause any issues with
signed JARs? I seem to recall that BouncyCastle is a signed JAR, and some of
these items had to be removed to get extensions that use it (RADIUS, maybe?) to
run correctly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]