Skip to content

Commit

Permalink
Add REAMDE and fix typo in overview page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriedenhagen committed Nov 15, 2015
1 parent b6a0dde commit dae8bac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

[]

Expand Down

0 comments on commit dae8bac

Please sign in to comment.