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/10/01 01:28:52 UTC

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

dion        2003/09/30 16:28:52

  Modified:    src/plugins-build/plugin plugin.jelly
  Log:
  Check the file exists
  
  Revision  Changes    Path
  1.21      +6 -5      maven/src/plugins-build/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plugin/plugin.jelly,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- plugin.jelly	30 Sep 2003 05:45:17 -0000	1.20
  +++ plugin.jelly	30 Sep 2003 23:28:52 -0000	1.21
  @@ -230,10 +230,11 @@
     
     <!-- test a plugin -->
     <goal name="plugin:test">
  -    <maven:maven
  -      descriptor="${basedir}/src/plugin-test/project.xml"
  -      goals="testPlugin"
  -      ignoreFailures="false"
  -      />
  +    <u:available file="${basedir}/src/plugin-test/project.xml">
  +      <maven:maven
  +        descriptor="${basedir}/src/plugin-test/project.xml"
  +        goals="testPlugin"
  +        ignoreFailures="false" />
  +    </u:available>
     </goal>
   </project>
  
  
  

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