Skip to content

Commit

Permalink
Fix JAXRSSigTestIT
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <[email protected]>
  • Loading branch information
jbescos committed Nov 15, 2023
1 parent 0f46502 commit 45599b3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions microprofile/tests/tck/tck-restful/tck-restful-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/lib</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -97,6 +111,8 @@
<systemPropertyVariables>
<webServerHost>localhost</webServerHost>
<webServerPort>8080</webServerPort>
<jimage.dir>${project.build.directory}/jdk11-bundle</jimage.dir>
<signature.sigTestClasspath>${project.build.directory}/lib/jakarta.xml.bind-api-${version.lib.jakarta.xml.bind-api}.jar:${project.build.directory}/lib/jakarta.ws.rs-api-${version.lib.jakarta.jaxrs-api}.jar:${project.build.directory}/jdk11-bundle/java.base:${project.build.directory}/jdk11-bundle/java.rmi:${project.build.directory}/jdk11-bundle/java.sql:${project.build.directory}/jdk11-bundle/java.naming</signature.sigTestClasspath>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down

0 comments on commit 45599b3

Please sign in to comment.