Modifying plugin to use the new plugin-resources directory standard

which gets included automatically by the reactor's pom.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kaz
2003-01-24 21:06:54 +00:00
parent e2e957cdde
commit d77f369360
2 changed files with 1 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ to be invoked.
<j:set var="self" value="${maven.final.name}"/>
<velocity:merge
name="${confdir}/classworlds.conf"
basedir="${plugin.dir}/src/conf"
basedir="${plugin.resources}/conf"
template="classworlds.conf"/>
</goal>