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/11/27 07:51:08 UTC

cvs commit: maven-plugins/simian maven.xml

dion        2003/11/26 22:51:08

  Modified:    simian   maven.xml
  Log:
  Use pluginVar tag
  
  Revision  Changes    Path
  1.3       +4 -2      maven-plugins/simian/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/simian/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	19 Aug 2003 04:45:06 -0000	1.2
  +++ maven.xml	27 Nov 2003 06:51:08 -0000	1.3
  @@ -2,8 +2,9 @@
   
   <project 
     default="jar:install"
  +  xmlns:ant="jelly:ant"
     xmlns:j="jelly:core"
  -  xmlns:ant="jelly:ant">
  +  xmlns:maven="jelly:maven">
   
     <preGoal name="test:compile">
       <attainGoal name="simian:test"/>
  @@ -11,11 +12,12 @@
     
     <goal name="simian:test" prereqs="java:compile">
   
  +    <maven:pluginVar var="cloverClasses" plugin='maven-clover-plugin' property='maven.build.clover.classes' />
       <taskdef name="simian" classname="org.apache.maven.simian.FileSimianTask">
         <classpath>
           <pathelement location="${maven.build.dest}"/>
           <pathelement location="${maven.test.dest}"/>
  -        <pathelement location="${pom.getPluginContext('maven-clover-plugin').getVariable('maven.build.clover.classes')}"/>
  +        <pathelement location="${cloverClasses}"/>
           <pathelement location="${pom.getDependencyPath('redhill:simian')}"/>
         </classpath>
       </taskdef>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org