taylor      2005/05/23 20:18:23

  Modified:    maven-plugin maven.xml
  Log:
  dont copy test scripts
  
  Revision  Changes    Path
  1.16      +9 -3      jakarta-jetspeed-2/maven-plugin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/maven.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- maven.xml 24 May 2005 02:36:23 -0000      1.15
  +++ maven.xml 24 May 2005 03:18:23 -0000      1.16
  @@ -76,7 +76,7 @@
        <attainGoal name="plugin:uninstall-now" />
        <delete dir="${maven.home.local}/plugins/${maven.final.name}" 
verbose="false" />  
     </goal>
  -
  +  
      <goal name="copyDb">
         <copy todir="target/classes/plugin-resources" overwrite="true" 
failonerror="true">
            <fileset dir="../src/database/hsql" >               
  @@ -86,8 +86,14 @@
       </copy>
        
        
  +    <copy todir="target/classes/plugin-resources/" overwrite="true" 
failonerror="true">
  +     <fileset dir="../target/src/sql" >   
  +         <exclude name="**/test-persistence-schema.sql" />            
  +         <include name="**/*.sql" />
  +     </fileset>                             
  +    </copy>
  +     
        <copy todir="target/classes/plugin-resources/" overwrite="true" 
failonerror="true">
  -         <fileset dir="../target/src/sql" />   
            <fileset dir="../src/sql/" >
                 <include name="*.sql" />
            </fileset>                                 
  
  
  

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

Reply via email to