Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jezza/simplified-reactor
A simplified way to construct maven multi-module projects.
https://github.com/jezza/simplified-reactor
maven maven-extension maven-multimodule
Last synced: 7 days ago
JSON representation
A simplified way to construct maven multi-module projects.
- Host: GitHub
- URL: https://github.com/jezza/simplified-reactor
- Owner: Jezza
- License: mit
- Created: 2019-09-18T15:16:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T16:32:16.000Z (7 months ago)
- Last Synced: 2024-04-23T18:04:14.009Z (7 months ago)
- Topics: maven, maven-extension, maven-multimodule
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Simplified Maven Reactor
For some reason, parent projects in maven aren't allowed to produce artefacts.
I didn't need a complex parent/child construct.
I just needed to install some sub-projects if they were found.This extension does exactly that.
Simply add the necessary junk, and it'll all "just work":
```xml
com.github.jezza
simplified-reactor-plugin
0.2
true
../my-internal-project
../my-other-project
```