https://github.com/mcfoggy/maven-jsr330-demo
https://github.com/mcfoggy/maven-jsr330-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcfoggy/maven-jsr330-demo
- Owner: McFoggy
- Created: 2021-02-04T20:04:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T18:16:07.000Z (over 4 years ago)
- Last Synced: 2025-02-15T21:19:30.178Z (8 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.