Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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


```