I am trying to work with Spring Data and Neo4j. I started by trying to follow this guide linked to by the main site. In particular I based my pom.xml off of the \"Hello, Wor
I had the same problem with Eclipse v3.7 (Indigo) and m2eclipse as my Maven plugin. The error was easily solved by explicitly stating the execution phase within the plugin definition. So my pom looks like this:
...
...
org.codehaus.mojo
buildnumber-maven-plugin
1.0
yyyy-MM-dd_HH-mm-ss
*post-clean *
create-timestamp
...