+        <ant:echo message="${project.root}" />
  +        <ant:copy todir="${distDir}">
  +          <fileset dir="${project.root}" includes="*.txt,STATUS" />
           </ant:copy>

I've been wondering why maven.xml's contain Ant tasks prefixed with 'ant'? I have a very limited knowledge about Maven, but read that it's not necessary, and instead of writing <ant:echo> one can just do <echo>.


Pozdrawiam,
Jacek

Reply via email to