Hi Jeff,

this is/was a bug we encountered in 2.0.4 and my colleague just fixed over the evening by patching the Maven libs ... :-(

If this is still an issue I will remind him to sent a patch next week

Cheers,

Siegfried Goeschl

Jeff Mutonho wrote:
I have an ant task that is suppose to run in the "process-resources"
phase.The configuration is :

<plugin>
      <artifactId>maven-antrun-plugin</artifactId>
       <executions>
       <execution>
       <phase>process-resources</phase>
        <configuration>
         <tasks>
         <copy todir="target/checkout"  overwrite="true">
         <fileset dir="../portal-ear/target">
          <include name="portal.ear"/>
        </fileset>
     </copy>
     </tasks>
     </configuration>
     <goals>
      <goal>run</goal>
     </goals>
    </execution>
   </executions>
  </plugin>

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

Reply via email to