Remove use of pom.getPluginContext, replacing with maven:get

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-07-09 12:52:34 +00:00
parent 7e27cba739
commit 5f52dbf11b
2 changed files with 3 additions and 5 deletions

View File

@ -22,8 +22,8 @@
xmlns:util="jelly:util"
xmlns="dummy">
<maven:makeAbsolutePath var="license" basedir="${basedir}"
path="${pom.getPluginContext('maven-license-plugin').getVariable('maven.license.licenseFile')}"/>
<maven:get var="maven.license.licenseFile" plugin="maven-license-plugin" property="maven.license.licenseFile"/>
<maven:makeAbsolutePath var="license" basedir="${basedir}" path="${maven.license.licenseFile}"/>
<maven:makeAbsolutePath var="build" basedir="${basedir}" path="${maven.build.dir}"/>
<maven:makeAbsolutePath var="dist" basedir="${basedir}" path="${maven.dist.bin.assembly.dir}"/>
<ant:tstamp />

View File

@ -28,9 +28,7 @@
<release version="1.2-SNAPSHOT" date="Unreleased">
<action dev="dion" type="fix" due-to="Geoffrey">Check maven.nsis.exe exists before using it.</action>
<action dev="dion" type="add" due-to="Geoffrey">Add faq</action>
<action dev="dion" type="update">
Add back license to project.xml after the scm plugin removed it.
</action>
<action dev="dion" type="update">Add back license to project.xml after the scm plugin removed it.</action>
</release>
<release version="1.1" date="2004-07-08">