Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 655 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 655 Bytes

A Simple Maven plugin

Build

The plugin is tested with the neat Maven Integration Test extension from Karl Heinz Marbaise.

To run all the integration tests, just run:

mvn

Use on a project

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

Browse plugin site

First run:

mvn site

Then open target/site/index.html.