Removed unnecessary use of pom.getPluginContext

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-11-27 06:49:53 +00:00
parent 7baa8c5fe1
commit 440fa10b9a

View File

@ -52,11 +52,11 @@
--> -->
<chmod <chmod
file="${pom.getPluginContext('maven-sea-plugin').getVariable('plugin.dir')}/sea-tar" file="${plugin.dir}/sea-tar"
perm="+x"/> perm="+x"/>
<exec <exec
executable="${pom.getPluginContext('maven-sea-plugin').getVariable('plugin.dir')}/sea-tar"> executable="${plugin.dir}/sea-tar">
<arg value="${seaName}"/> <arg value="${seaName}"/>
<arg value="${sourceDirectory}"/> <arg value="${sourceDirectory}"/>
<arg value="${maven.build.dir}"/> <arg value="${maven.build.dir}"/>
@ -66,7 +66,7 @@
<filter token="WORK_DIR" value="${pom.artifactId}-${pom.currentVersion}"/> <filter token="WORK_DIR" value="${pom.artifactId}-${pom.currentVersion}"/>
<copy <copy
file="${pom.getPluginContext('maven-sea-plugin').getVariable('plugin.resources')}/sea-header" file="${plugin.resources}/sea-header"
tofile="${maven.build.dir}/project-sea-header" tofile="${maven.build.dir}/project-sea-header"
overwrite="true" overwrite="true"
filtering="true" filtering="true"