Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 1 | This is a set of integrations tests for hk2 and GlassFish. |
| 2 | |
| 3 | They currently require two parameters to be specified: |
| 4 | glassfish.home= The directory where glassfish is installed |
| 5 | source.home= The directory where the glassfish source is located |
| 6 | |
| 7 | To run the tests something like this line should be run: |
| 8 | |
arjantijms | 143f919 | 2020-02-19 12:06:49 +0100 | [diff] [blame] | 9 | mvn -Dglassfish.home=/scratch/jwells/bg/installs/gf/glassfish6/glassfish \ |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 10 | -Dsource.home=/scratch/jwells/bg/all/main \ |
| 11 | clean install 2>&1 | tee t.out |
| 12 | |
| 13 | UNDER CONSTRUCTION: We would like to get rid of the need for source.home |
| 14 | |