Hi Benson, I think I found the error, if I run the mvn clean install from the root I got the same error that you meet. So I check the pom.xml in the root directory, I found the pom used maven-resources-plugin 2.2. I need to upgrade this maven-resources-plugin from the root pom.
Willem Benson Margulies wrote: > I did that and I still got the error with both 2.0.8 and 2.0.9, so I changed > the phase and submitted it. > > On Sat, Mar 21, 2009 at 11:23 PM, Willem Jiang <[email protected]>wrote: > >> 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 >>> >> >
