Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeluard/parent-enforcer-rule

A maven enforcer rule to validate parent definition
https://github.com/jeluard/parent-enforcer-rule

Last synced: about 2 months ago
JSON representation

A maven enforcer rule to validate parent definition

Awesome Lists containing this project

README

        

![CI status](https://secure.travis-ci.org/jeluard/parent-enforcer-rule.png)

A maven enforcer rule validating all sub-modules of an aggregated project have the right parent defined.

# Usage

```xml
...



maven-enforcer-plugin
1.1
false


com.github.jeluard.parent-enforcer-rule
enforcer-rule
1.0.2




check
verify

enforce











...
```

Released under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0.html).