Skip to content

learning-maven/simple-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages