Hi Benson, Which version of maven are you using? I recently added the using of maven-resources-plugin for copy-resouces of XMLBeans' artifacts, it require the latest maven-resources-plugin (2.3).
Maybe you need to run a mvn clean install -Pfastinstall first when you rebuild the trunk ? Willem Benson Margulies wrote: > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache CXF Maven Archetypes > [INFO] task-segment: [process-test-sources] > [INFO] > ------------------------------------------------------------------------ > [INFO] No goals needed for project - skipping > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache CXF Maven Plugins > [INFO] task-segment: [process-test-sources] > [INFO] > ------------------------------------------------------------------------ > [INFO] No goals needed for project - skipping > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache CXF System Tests > [INFO] task-segment: [process-test-sources] > [INFO] > ------------------------------------------------------------------------ > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] 'copy-resources' was specified in an execution, but not found > in the plugin > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1 minute 6 seconds > [INFO] Finished at: Sat Mar 21 08:57:27 EDT 2009 > [INFO] Final Memory: 50M/94M > [INFO] > ------------------------------------------------------------------------ > /Users/benson/cxf/trunk >
