o making changes provided with patch for MAVEN-302 from Aslak Hellesoy that replace ${maven.home}/plugins with ${maven.plugin.dir}
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db0f13cde3
commit
de7925b3fe
@ -22,7 +22,7 @@
|
||||
description="Install the plugin in Maven's plugins dir">
|
||||
|
||||
<copy file="${maven.build.dir}/${maven.final.name}.jar"
|
||||
todir="${maven.home}/plugins"/>
|
||||
todir="${maven.plugin.dir}"/>
|
||||
|
||||
<delete includeEmptyDirs="true" verbose="false">
|
||||
<fileset dir="${maven.home}/plugins">
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
Note: I have no idea why this file is not already processed by the plugin..
|
||||
-->
|
||||
<property file="${maven.home}/plugins/maven-torque-plugin-3.1/plugin.properties"/>
|
||||
<property file="${maven.plugin.dir}/maven-torque-plugin-3.1/plugin.properties"/>
|
||||
|
||||
<!-- Define all of the tasks -->
|
||||
<taskdef
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user