Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate ts.home from Maven to Arquillian Tests in Glassfish Messaging Runner #1719

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading