An open API service indexing awesome lists of open source software.

https://github.com/mcfoggy/maven-jsr330-demo


https://github.com/mcfoggy/maven-jsr330-demo

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Maven JSR 330 : extension + plugin

## Build

### Project with extension + plugin

````
pushd extension
mvn clean install
popd
````

### Project with mojo

````
pushd mojo
mvn clean install
popd
````

### Demo project

````
cd demo
mvn validate
````

In the demo project, the mojo uses information defined and exposed via a singleton filled by the extension.