blob: b03ba2b5c7fe646a429b4c74026654ac3bbc992d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project default="ear:install"
xmlns:ant="jelly:ant"
xmlns:velocity="jelly:velocity"
>
<goal name="default">
<attainGoal name="ear:install"/>
</goal>
<!-- todo when the EAR plugin can generate a 1.4 DD remove this -->
<goal name="ear:generate-ear-descriptor">
<ant:echo>Generating ${maven.ear.descriptordir}/application.xml</ant:echo>
<velocity:merge basedir="${maven.ear.src}/META-INF" template="application.xml" name="${maven.ear.descriptordir}/application.xml"/>
</goal>
</project>