Skip to content

Commit

Permalink
Merge pull request #1719 from aubi/propagate-tshome
Browse files Browse the repository at this point in the history
Propagate ts.home from Maven to Arquillian Tests in Glassfish Messaging Runner
  • Loading branch information
arjantijms authored Dec 24, 2024
2 parents 884613d + 34998fb commit 1407b95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion glassfish-runner/messaging-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<sql.directory>./sql</sql.directory>
<tck.artifactId>jms</tck.artifactId>
<tck.version>11.0.0-SNAPSHOT</tck.version>
<ts.home>./jakartaeetck/</ts.home>
<ts.home>./jakartaeetck</ts.home>
<user1>cts1</user1>
<user2>cts1</user2>
<version.jakarta.tck>11.0.0-SNAPSHOT</version.jakarta.tck>
Expand Down Expand Up @@ -812,6 +812,7 @@
<java.io.tmpdir>/tmp</java.io.tmpdir>
<project.basedir>${project.basedir}</project.basedir>
<arquillian.xml>appclient-arquillian.xml</arquillian.xml>
<ts.home>${ts.home}</ts.home>
</systemPropertyVariables>
</configuration>
</execution>
Expand Down Expand Up @@ -860,6 +861,7 @@
<cts.harness.debug>true</cts.harness.debug>
<java.io.tmpdir>/tmp</java.io.tmpdir>
<arquillian.xml>arquillian.xml</arquillian.xml>
<ts.home>${ts.home}</ts.home>
</systemPropertyVariables>
</configuration>
</execution>
Expand Down

0 comments on commit 1407b95

Please sign in to comment.