]]>
";
project.setProperty("current.maven.root", root);
]]>
";
if(path.indexOf('${') != -1) {
throw "Module resource root not found, make sure it is listed in build/pom.xml" + path;
}
if(attributes.get("jandex") == "true" ) {
root = root + "\n\t";
}
project.setProperty("current.resource.root", root);
]]>