build-legacy/tiles/maven.xml (17 lines of code) (raw):

<?xml version="1.0"?> <project default="apps:build-all" xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven"> <postGoal name="dist"> <attainGoal name="jar:install"/> </postGoal> <!-- Prepare additional Jar resources --> <postGoal name="java:jar-resources"> <!-- Generate TLDs --> ${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')} <ant:style basedir="doc/userGuide" destdir="${maven.build.dir}/classes/META-INF/tlds" extension=".tld" style="doc/stylesheets/tld.xsl" includes="struts-*.xml"/> </postGoal> </project>