The plugin is tested with the neat Maven Integration Test extension from Karl Heinz Marbaise.
To run all the integration tests, just run:
mvn
Since this will likely never be released to Maven Central, the easiest way is to first run:
mvn install
Then, proceed to the project of your choice and run:
mvn io.github.learningmaven:simple-plugin-example:1.0-SNAPSHOT:ensure-neo4j
First run:
mvn site
Then open target/site/index.html
.