ok, this is part of my build.xml (from the svn repository) :

  <property name="version" value="3.1-SNAPSHOT"/>
  <target name="get-maven-poms" 
          description="Copy Maven POMs from dev-tools/maven/ to their target
locations">
    <copy todir="." overwrite="true">
      <fileset dir="${basedir}/dev-tools/maven"/>
      <filterset begintoken="@" endtoken="@">
        <filter token="version" value="${version}"/>
      </filterset>
      <globmapper from="*.template" to="*"/>
    </copy>
  </target>

Ludovic.

-----
Jouve
France.
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Is-it-possible-to-build-Solr-as-a-maven-project-tp2898068p2898339.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to