catch (Exception e)
{
throw new MojoExecutionException("Cannot find or load JetspeedPageSerializerApplication class "+ PAGE_SERIALIZER_APPLICATION_CLASS_NAME, e);
}
ToolsLogger logger = new MavenToolsLogger(log);
Properties props = new Properties();
if (initProperties != null)
{
// working around an odd Maven on MacOS issue which stored empty mapped properties actually as null values,