morgand     2003/01/03 13:33:22

  Added:       jelly/jelly-tags/jeez maven.xml
  Log:
  maven script for jeez taglib
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/jelly/jelly-tags/jeez/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="java:jar" xmlns:j="jelly:core" xmlns:maven="jelly:maven" 
xmlns:util="jelly:util">
  
    <!-- copies unit testing stuff -->
    <postGoal name="test:compile">
      <copy todir="${maven.test.dest}">
        <fileset dir="src/test">
          <include name="**/*.properties"/>
          <include name="META-INF/services/*"/>
          <include name="**/*.jelly"/>
          <include name="**/*.xml"/>
          <include name="**/*.html"/>
          <include name="**/*.dtd"/>
          <include name="**/*.rng"/>
        </fileset>
      </copy>
    </postGoal>
  
  </project>
  
  
  

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

Reply via email to