git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113491 13f79535-47bb-0310-9956-ffa450edef68
9 lines
215 B
XML
9 lines
215 B
XML
<project xmlns:j="jelly:core" xmlns:ant="jelly:ant">
|
|
|
|
<preGoal name="java:jar-resources">
|
|
<echo>Creating filters...</echo>
|
|
<ant:filter token="testFilter" value="it worked!"/>
|
|
</preGoal>
|
|
|
|
</project>
|