Thanks Brett. Effectively, I had an issue with a parent project. Sebastien.
2008/9/10 Brett Porter <[EMAIL PROTECTED]> > This is usually because a Maven POM you are building has a parent that > can't > be resolved. > - Brett > > 2008/9/9 Sébastien PEYRON <[EMAIL PROTECTED]> > > > Hi All, > > > > For a while, for each scheduled task, I have a failed build following by > a > > sucessfull build. > > The outpout of the failed one looks like this : > > > > org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error > > executing action 'update-project-from-working-directory' > > at > > > org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:434) > > at > > > org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:139) > > at > > > org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50) > > at > > > org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) > > at > > > edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) > > at > > > edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) > > at > > > edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987) > > at > > > edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528) > > at java.lang.Thread.run(Unknown Source) > > Caused by: > > org.apache.maven.continuum.execution.ContinuumBuildExecutorException: > > Error while mapping metadata:add.project.artifact.not.found.error > > add.project.unknown.error > > > > at > > > org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.updateProjectFromCheckOut(MavenTwoBuildExecutor.java:157) > > at > > > org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectoryContinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction.java:75) > > at > > > org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:408) > > ... 8 more > > > > > > Does someone know what is the problem and How can i solve it ? > > Thanks. > > > > Cheers. > > Sébastien Peyron > > > > > > -- > Brett Porter > Blog: http://blogs.exist.com/bporter/ > -- Sébastien Peyron
