Cleanup usage of other plugins' properties

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-01-28 06:41:48 +00:00
parent 4803435d1a
commit 629eb7371b

View File

@@ -23,8 +23,11 @@
</classpath>
</taskdef>
<j:set var="warBuildDir"
value="${pom.getPluginContext('maven-war-plugin').getVariable('maven.war.build.dir')}"/>
<struts10warvalidator
warFileName="${maven.war.build.dir}/${pom.artifactId}.war">
warFileName="${warBuildDir}/${pom.artifactId}.war">
<formatter type="plain" usefile="false"/>
</struts10warvalidator>