Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeluard/parent-enforcer-rule
- Owner: jeluard
- License: other
- Created: 2012-08-14T21:40:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-20T01:51:34.000Z (almost 12 years ago)
- Last Synced: 2024-10-24T08:51:54.155Z (3 months ago)
- Language: Java
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).