You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/01/28 07:41:48 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/struts plugin.jelly

dion        2003/01/27 22:41:48

  Modified:    src/plugins-build/struts plugin.jelly
  Log:
  Cleanup usage of other plugins' properties
  
  Revision  Changes    Path
  1.2       +4 -1      jakarta-turbine-maven/src/plugins-build/struts/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/struts/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	24 Jan 2003 03:45:50 -0000	1.1
  +++ plugin.jelly	28 Jan 2003 06:41:48 -0000	1.2
  @@ -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>