From dae8baca3a61d2e0b6a87ae30461faab667befd1 Mon Sep 17 00:00:00 2001 From: Mirko Friedenhagen Date: Sun, 15 Nov 2015 21:19:56 +0100 Subject: [PATCH] Add REAMDE and fix typo in overview page. --- README.md | 5 +++++ src/site/apt/index.apt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..47c20e05 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +* [Apache's Maven Enforcer Plugin](http://maven.apache.org/plugins/maven-enforcer-plugin/) is used to apply and enforce rules on your Maven projects. +* The Enforcer plugin ships with a set of [standard rules](http://maven.apache.org/enforcer/enforcer-rules/index.html). +* This project provides [extra rules](http://www.mojohaus.org/extra-enforcer-rules/index.html) which are not part of the standard rule set. + +[![Build Status](https://travis-ci.org/mojohaus/extra-enforcer-rules.svg?branch=master)](https://travis-ci.org/mojohaus/extra-enforcer-rules) \ No newline at end of file diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 6530d6fd..ccc4f166 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -46,7 +46,7 @@ Extra Enforcer Rules * {{{./banCircularDependencies.html}banCircularDependencies}} - verifies that there are no circular dependecies in the project. - * {{{./requireEncodng.html}requireEncoding}} - verifies that source files have a required encoding. + * {{{./requireEncoding.html}requireEncoding}} - verifies that source files have a required encoding. []