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 2004/01/06 09:40:17 UTC

cvs commit: maven-plugins/simian maven.xml

dion        2004/01/06 00:40:17

  Modified:    simian   maven.xml
  Log:
  Remove unneeded clover plugin dependency
  
  Revision  Changes    Path
  1.4       +0 -2      maven-plugins/simian/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/simian/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	27 Nov 2003 06:51:08 -0000	1.3
  +++ maven.xml	6 Jan 2004 08:40:17 -0000	1.4
  @@ -12,12 +12,10 @@
     
     <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="${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