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