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:
parent
7e27cba739
commit
5f52dbf11b
@ -22,8 +22,8 @@
|
|||||||
xmlns:util="jelly:util"
|
xmlns:util="jelly:util"
|
||||||
xmlns="dummy">
|
xmlns="dummy">
|
||||||
|
|
||||||
<maven:makeAbsolutePath var="license" basedir="${basedir}"
|
<maven:get var="maven.license.licenseFile" plugin="maven-license-plugin" property="maven.license.licenseFile"/>
|
||||||
path="${pom.getPluginContext('maven-license-plugin').getVariable('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="build" basedir="${basedir}" path="${maven.build.dir}"/>
|
||||||
<maven:makeAbsolutePath var="dist" basedir="${basedir}" path="${maven.dist.bin.assembly.dir}"/>
|
<maven:makeAbsolutePath var="dist" basedir="${basedir}" path="${maven.dist.bin.assembly.dir}"/>
|
||||||
<ant:tstamp />
|
<ant:tstamp />
|
||||||
|
|||||||
@ -28,9 +28,7 @@
|
|||||||
<release version="1.2-SNAPSHOT" date="Unreleased">
|
<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="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="add" due-to="Geoffrey">Add faq</action>
|
||||||
<action dev="dion" type="update">
|
<action dev="dion" type="update">Add back license to project.xml after the scm plugin removed it.</action>
|
||||||
Add back license to project.xml after the scm plugin removed it.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.1" date="2004-07-08">
|
<release version="1.1" date="2004-07-08">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user