I found the root cause.
We use the hibernate xdoclet plugin (generating hibernate mappings) with the
property destdir="target/classes"
And this is relative to the current directory, not the project root.
Using destdir="${basedir}/target/classes" solves the issue.
End of the story :-)However it's a pity there is no explicit message about the error when the antrun plugin fails (or I did not find the logs?) Amélie -- View this message in context: http://www.nabble.com/Problem-with-Maven-Builder-and-antrun-plugin-tp19973918p20015863.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
