You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/06/29 07:42:45 UTC

cvs commit: maven-plugins/checkstyle plugin.jelly

vmassol     2004/06/28 22:42:45

  Modified:    checkstyle plugin.jelly
  Log:
  ensure that the full dir exists
  
  Revision  Changes    Path
  1.28      +1 -1      maven-plugins/checkstyle/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/plugin.jelly,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- plugin.jelly	28 Jun 2004 21:04:04 -0000	1.27
  +++ plugin.jelly	29 Jun 2004 05:42:45 -0000	1.28
  @@ -205,7 +205,7 @@
         prettyPrint="true"/>
   
       <!-- Copy the RSS XML logo -->
  -    <mkdir dir="${maven.docs.dest}"/>
  +    <mkdir dir="${maven.docs.dest}/images"/>
       <copy todir="${maven.docs.dest}/images" file="${plugin.resources}/images/rss.png"/>
   
     </goal>
  
  
  

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