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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user