Skip to content

Commit

Permalink
Added possibility to override settings.xml
Browse files Browse the repository at this point in the history
- useful on the build server

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Sep 17, 2022
1 parent 819a114 commit 06c6f08
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions appserver/tests/tck/faces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<glassfish.version>${project.version}</glassfish.version>
<tck.root>${project.build.directory}</tck.root>
<maven.executable>${env._}</maven.executable>
<maven.settings.xml>${user.home}/.m2/settings.xml</maven.settings.xml>
</properties>

<dependencies>
Expand Down Expand Up @@ -87,13 +88,15 @@
<configuration>
<executable>${maven.executable}</executable>
<arguments>
<argument>clean</argument>
<argument>install</argument>
<argument>-B</argument>
<argument>-e</argument>
<argument>-s</argument>
<argument>${maven.settings.xml}</argument>
<argument>-f</argument>
<argument>${tck.root}/faces-tck-4.0.1/tck/pom.xml</argument>
<argument>clean</argument>
<argument>install</argument>
<argument>-Dglassfish.version=${glassfish.version}</argument>
<argument>-B</argument>
<argument>-e</argument>
</arguments>
<environmentVariables>
<LC_ALL>C</LC_ALL>
Expand Down

0 comments on commit 06c6f08

Please sign in to comment.