Skip to content

Commit

Permalink
The env._ variable is not present on Jenkins
Browse files Browse the repository at this point in the history
- but I tried that, at least ;)
- note that this probably cannot work on windows, but TCK tests are already
  unsupported on windows.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Sep 18, 2022
1 parent f2f5fb1 commit a05ab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appserver/tests/tck/faces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<glassfish.version>${project.version}</glassfish.version>
<tck.root>${project.build.directory}</tck.root>
<maven.executable>${env._}</maven.executable>
<maven.executable>${maven.home}/bin/mvn</maven.executable>
<maven.settings.xml>${user.home}/.m2/settings.xml</maven.settings.xml>
</properties>

Expand Down

0 comments on commit a05ab44

Please sign in to comment.