tfischer    2005/07/19 08:26:36

  Modified:    .        maven.xml
  Log:
  add failonerror=false to copying of src/conf because the directory does not 
exist in the maven plugin
  
  Revision  Changes    Path
  1.27      +2 -2      db-torque/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/maven.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- maven.xml 19 Jul 2005 13:30:00 -0000      1.26
  +++ maven.xml 19 Jul 2005 15:26:32 -0000      1.27
  @@ -47,7 +47,7 @@
   
       <!-- copy the contents of the conf directory -->
       <!-- to the right place -->
  -    <copy todir="${maven.dist.bin.assembly.dir}">
  +    <copy todir="${maven.dist.bin.assembly.dir}" failonerror="false">
         <fileset dir="${maven.src.dir}/conf">
           <include name="componentConfiguration.xml" />
           <include name="roleConfiguration.xml" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to