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
Suggested solution from Eclipse m2e documentation:
Use quick-fix on the error in pom.xml and select Permanently mark goal run in pom.xml as ignored in Eclipse build
- this will generate the required boilerplate code for you.
To instruct Eclipse to run your plugin during build - just replace the
tag with
tag in the generated configuration:
Alternatively you can instruct Eclipse to run the plugin on incremental builds as well:
true