quintonm 2003/01/09 14:29:58
Added: . maven.xml
Log:
Adds a postGoal for compile. This will copy the intake.dtd file into
the correct target directory before the jar goal is executed.
Revision Changes Path
1.1 jakarta-turbine-2/maven.xml
Index: maven.xml
===================================================================
<project
xmlns:j="jelly:core"
xmlns:m="maven"
xmlns:u="jelly:util">
<!-- Define a post goal for compile to copy intake.dtd into the appropriate
location for packaging in the jar file. -->
<postGoal name="java:compile">
<copy
file="${maven.src.dir}/dtd/intake.dtd"
todir="${maven.build.dest}/org/apache/turbine/services/intake/transform"
/>
</postGoal>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>