100101102103104105106107108109110
try { if (files != null && files.length > 0) { app.importFiles(logger, applicationRootPath, categories, filterPropertiesFileName, props, files); } } catch (SerializerException se) { throw new MojoExecutionException("Serializer error: ",se);