
When '-d' parameter of site init program is not provided the setter of sitePath variable is not called. This leads to binding null value to Path object annotated with @SitePath. Simple initialization of sitePath with Paths.get(".") fixes this issue Bug: issue 3212 Change-Id: I009ac28c22e9c092709ac4448ff8fc3f49a64a8c Signed-off-by: Dariusz Luksza <dariusz@luksza.org>